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';