@storybook/components
Version:
Core Storybook Components
10 lines (7 loc) • 395 B
JavaScript
export { baseFonts, monoFonts } from './theme';
export { default as RoutedLink } from './navigation/routed_link';
export { default as MenuLink } from './navigation/menu_link';
export { default as HighlightButton } from './highlight_button';
export { default as Table } from './table/table';
export { td as Td, th as Th } from './table/cell';
export { default as Button } from './form/button';