UNPKG

@amsterdam/design-system-react

Version:

All React components from the Amsterdam Design System. Use it to compose pages in your website or application.

10 lines (9 loc) 287 B
/** * @license EUPL-1.2+ * Copyright Gemeente Amsterdam */ export { Tabs } from './Tabs'; export type { TabsProps } from './Tabs'; export type { TabsButtonProps } from './TabsButton'; export type { TabsListProps } from './TabsList'; export type { TabsPanelProps } from './TabsPanel';