We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f5bbe commit b4b6f53Copy full SHA for b4b6f53
packages/ra-ui-materialui/src/input/index.ts
@@ -37,8 +37,8 @@ export * from './TranslatableInputsTab';
37
*/
38
export {
39
useSupportCreateSuggestion,
40
- SupportCreateSuggestionOptions,
41
- UseSupportCreateValue,
+ type SupportCreateSuggestionOptions,
+ type UseSupportCreateValue,
42
useCreateSuggestionContext,
43
- OnCreateHandler,
+ type OnCreateHandler,
44
} from 'ra-core';
packages/ra-ui-materialui/src/list/filter/index.ts
@@ -20,7 +20,7 @@ export * from './SavedQueryFilterListItem';
20
21
FilterContext,
22
useSavedQueries,
23
- SavedQuery,
+ type SavedQuery,
24
extractValidSavedQueries,
25
areValidSavedQueries,
26
isValidSavedQuery,
0 commit comments