mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-06-10 07:16:01 +00:00
fix: corrige tipagem compartilhada e compatibilidade do typecheck
This commit is contained in:
@@ -63,6 +63,7 @@ export interface CurrencyInputProps
|
||||
> {
|
||||
value: string;
|
||||
onValueChange: (value: string) => void;
|
||||
onChange?: React.ComponentProps<typeof Input>["onChange"];
|
||||
}
|
||||
|
||||
export const CurrencyInput = React.forwardRef<
|
||||
|
||||
Reference in New Issue
Block a user