UNPKG

@eccenca/gui-elements

Version:

GUI elements based on other libraries, usable in React application, written in Typescript.

6 lines (4 loc) 156 B
import Tag, { TagProps } from "./Tag"; import TagList, { TagListProps } from "./TagList"; export { Tag, TagList }; export type { TagProps, TagListProps };