UNPKG

naive-ui

Version:

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

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