UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

6 lines 364 B
import { TabListProps, TabPanelProps, TabProps, TabsProps } from "./types.js"; import { Tabs } from "./Tabs.js"; import { useTab } from "./useTab.js"; import { useTabList } from "./useTabList.js"; import { useTabPanel } from "./useTabPanel.js"; export { type TabListProps, type TabPanelProps, type TabProps, Tabs, type TabsProps, useTab, useTabList, useTabPanel };