UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

3 lines (2 loc) 122 B
export { Tabs, Tab, TabList, TabPanel } from "./tabs.component"; export type { TabsProps, TabProps } from "./tabs.types";