UNPKG

carbon-react

Version:

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

4 lines (3 loc) 148 B
export { Tabs, Tab } from "./tabs.component"; export type { TabsProps, TabsHandle } from "./tabs.component"; export type { TabProps } from "./tab";