UNPKG

@open-condo/ui

Version:

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

5 lines 162 B
import { Tooltip } from './tooltip'; import './style.less'; export type { TooltipProps } from './tooltip'; export { Tooltip }; //# sourceMappingURL=index.d.ts.map