import { storiesOf } from '@storybook/react'; import * as React from 'react'; import UseKey from '../../src/component/UseKey'; storiesOf('Components/', module).add('Demo', () => (
Press "q" key! alert('Q pressed!')} />
));