Skip to content

Commit

Permalink
Merge pull request #7144 from alanpoulain/fix/export-boolean-input-props
Browse files Browse the repository at this point in the history
fix: export BooleanInputProps
  • Loading branch information
djhi committed Jan 26, 2022
2 parents 4a773e1 + e4ef255 commit 344b6c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ra-ui-materialui/src/input/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import AutocompleteArrayInput, {
AutocompleteArrayInputProps,
} from './AutocompleteArrayInput';
import BooleanInput from './BooleanInput';
import BooleanInput, { BooleanInputProps } from './BooleanInput';
import CheckboxGroupInput, {
CheckboxGroupInputProps,
} from './CheckboxGroupInput';
Expand Down Expand Up @@ -66,6 +66,7 @@ export {

export type {
AutocompleteArrayInputProps,
BooleanInputProps,
CheckboxGroupInputProps,
DateInputProps,
DateTimeInputProps,
Expand Down

0 comments on commit 344b6c5

Please sign in to comment.