UNPKG

@navinc/base-react-components

Version:
8 lines 352 B
import { jsx as _jsx } from "react/jsx-runtime"; import { storiesOf } from '@storybook/react'; import PageHeader from './'; import readme from './readme.md'; storiesOf('__ | Deprecated', module).add('PageHeader', () => _jsx(PageHeader, { children: "This is the page title" }, void 0), { info: { text: readme }, }); //# sourceMappingURL=story.js.map