@while-and-for/tremor-react
Version:
The React library to build dashboards faster.
9 lines (8 loc) • 375 B
TypeScript
export { default as Tab } from "./Tab";
export type { TabProps } from "./Tab";
export { default as TabGroup } from "./TabGroup";
export type { TabGroupProps } from "./TabGroup";
export { default as TabList } from "./TabList";
export type { TabListProps } from "./TabList";
export { default as TabPanel } from "./TabPanel";
export { default as TabPanels } from "./TabPanels";