UNPKG

@mielo-ui/mielo-react

Version:

React components & wrappers around mielo.css framework.

12 lines (11 loc) 223 B
export type { TabBackgroundProps, RawTabsProps, TabsHandles, TabsProps, TabOption, TabProps, } from "./Props" export { default as Tabs } from "./Tabs" export { RawTabs } from "./Raw" export { Tab } from "./Tab"