feat: vitual lazy load on combobox
This commit is contained in:
9
src/components/async-combobox/index.ts
Normal file
9
src/components/async-combobox/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export { AsyncCombobox } from './AsyncCombobox';
|
||||
export { usePaginatedLookup } from './usePaginatedLookup';
|
||||
export type {
|
||||
AsyncComboboxProps,
|
||||
AsyncComboboxOption,
|
||||
PaginatedLookupState,
|
||||
PaginatedLookupConfig,
|
||||
PaginatedResult,
|
||||
} from './AsyncCombobox.types';
|
||||
Reference in New Issue
Block a user