import React from 'react'; import { storiesOf } from '@storybook/react'; import { DeleteButton } from '@grafana/ui'; storiesOf('Test story', module) .addDecorator((story) => (
{story()}
)) .add('with text', () => { return { }}>; });