UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

6 lines (5 loc) 471 B
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';