naive-ui
Version:
A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast
5 lines (4 loc) • 311 B
TypeScript
export { dynamicTagsProps, default as NDynamicTags } from './src/DynamicTags';
export type { DynamicTagsProps, DynamicTagsSlots } from './src/DynamicTags';
export type { DynamicTagsInputSlotProps, DynamicTagsOption, DynamicTagsTriggerSlotProps } from './src/interface';
export type * from './src/public-types';