Skip to content

Commit

Permalink
fix(): fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bityutskiyAO committed Feb 2, 2024
1 parent e9d64ac commit 38376ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/core/components/Form/types/number.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export type NumberIndependentInputProps<

export type NumberLayoutProps<LayoutComponentProps extends Record<string, any> = {}> = LayoutProps<
number,
NumberSpec<any, any, LayoutComponentProps>
NumberSpec<undefined, any, LayoutComponentProps>
>;

export type NumberInput<InputComponentProps extends Record<string, any> = {}> = InputType<
Expand Down

0 comments on commit 38376ed

Please sign in to comment.