mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:37:01 +00:00
refactor: import interface getOptions (#3088)
This commit is contained in:
parent
992f2d442d
commit
641d59421d
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user