import * as React from 'react'; import {Button, INTENT, PageHeader} from './../../index'; import {select, text, withKnobs} from '@storybook/addon-knobs'; import {withInfo} from '@storybook/addon-info'; import {iconMap} from '../../utils/storybookEnums'; // eslint-disable-next-line no-restricted-syntax export default { title: 'PageHeader', decorators: [withInfo, withKnobs] }; export const simplePageHeader = () => { return ( )} // horizontalMenu={( // <> //
qwe
// // )} /> ); };