UNPKG

@open-condo/ui

Version:

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

5 lines 157 B
import { Tabs } from './tabs'; import './style.less'; export type { TabsProps, TabItem } from './tabs'; export { Tabs, }; //# sourceMappingURL=index.d.ts.map