UNPKG

@open-condo/ui

Version:

A set of React UI components for developing applications inside the condo ecosystem

5 lines 143 B
import { Tag } from './tag'; import './style.less'; export type { TagProps } from './tag'; export { Tag, }; //# sourceMappingURL=index.d.ts.map