6 lines
484 B
TypeScript
6 lines
484 B
TypeScript
export type { NodeProps as SelectNodeProps, RenderLabelImpl as SelectRenderLabel, RenderOptionImpl as SelectRenderOption } from '../_internal/select-menu/src/interface';
|
|
export type { RenderTag as SelectRenderTag } from '../_internal/selection/src/interface';
|
|
export type { SelectFilter, SelectGroupOption, SelectInst, SelectOption } from './src/interface';
|
|
export { default as NSelect, selectProps } from './src/Select';
|
|
export type { SelectProps, SelectSlots } from './src/Select';
|