refactor: import interface getOptions (#3088)

This commit is contained in:
katherinehhh 2023-11-24 17:01:16 +08:00 committed by GitHub
parent 992f2d442d
commit 641d59421d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,9 @@
export { useCollectionFilterOptions, useSortFields, useLinkageCollectionFilterOptions ,useCollectionFieldsOptions} from './action-hooks';
export {
useCollectionFilterOptions,
useSortFields,
useLinkageCollectionFilterOptions,
useCollectionFieldsOptions,
} from './action-hooks';
export * from './CollectionField';
export * from './CollectionFieldProvider';
export * from './CollectionManagerProvider';
@ -6,7 +11,7 @@ export * from './CollectionManagerSchemaComponentProvider';
export * from './CollectionManagerShortcut';
export * from './CollectionProvider';
export * from './Configuration';
export { registerField, registerGroup, registerGroupLabel } from './Configuration/interfaces';
export { registerField, registerGroup, registerGroupLabel, getOptions } from './Configuration/interfaces';
export * from './context';
export * from './hooks';
export * as interfacesProperties from './interfaces/properties';