6 lines
471 B
TypeScript
Raw Normal View History

2024-01-29 09:26:07 +08:00
export { default as NSelect, selectProps } from './src/Select';
export type { SelectProps } from './src/Select';
export type { SelectGroupOption, SelectOption, SelectInst, SelectFilter } from './src/interface';
export type { RenderLabelImpl as SelectRenderLabel, RenderOptionImpl as SelectRenderOption, NodeProps as SelectNodeProps } from '../_internal/select-menu/src/interface';
export type { RenderTag as SelectRenderTag } from '../_internal/selection/src/interface';