export { InputTagsPortal as Portal } from 'primereact/inputtags'; export { UIInputTagsInput as Input } from './input'; export { UIInputTagsItem as Item } from './item'; export { UIInputTagsList as List } from './list'; export { UIInputTagsOption as Option } from './option'; export { UIInputTagsOptions as Options } from './options'; export { UIInputTagsRoot as Root } from './root';