radix-vue
Version:
Vue port for Radix UI Primitives.
7 lines (6 loc) • 571 B
TypeScript
export { default as TagsInputRoot, type TagsInputRootProps, type TagsInputRootEmits } from './TagsInputRoot';
export { default as TagsInputInput, type TagsInputInputProps } from './TagsInputInput';
export { default as TagsInputItem, type TagsInputItemProps } from './TagsInputItem';
export { default as TagsInputItemText, type TagsInputItemTextProps } from './TagsInputItemText';
export { default as TagsInputItemDelete, type TagsInputItemDeleteProps } from './TagsInputItemDelete';
export { default as TagsInputClear, type TagsInputClearProps } from './TagsInputClear';