6 lines
471 B
TypeScript
6 lines
471 B
TypeScript
|
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';
|