UNPKG

@open-condo/ui

Version:

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

5 lines 152 B
import { Alert } from './alert'; import './style.less'; export type { AlertProps } from './alert'; export { Alert }; //# sourceMappingURL=index.d.ts.map