@loadsmart/miranda-wc
Version:
Miranda Web Components component library
9 lines (8 loc) • 410 B
TypeScript
export { Tag } from './tag';
export type { TagProps, TagVariant, TagSize } from './tag';
export { TagRemove } from './tag-remove';
export type { TagRemoveProps } from './tag-remove';
export { TagExpand } from './tag-expand';
export type { TagExpandProps } from './tag-expand';
export { ActionableTag } from './actionable-tag';
export type { ActionableTagProps, ActionableTagVariant, } from './actionable-tag';