UNPKG

@open-condo/ui

Version:

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

5 lines 148 B
import { List } from './list'; import './style.less'; export type { ListProps } from './list'; export { List, }; //# sourceMappingURL=index.d.ts.map