import React from 'react'; import { storiesOf } from '@storybook/react'; import { action } from '@storybook/addon-actions'; import { Value } from 'react-value'; import { withKnobs, boolean } from '@storybook/addon-knobs/react'; import withReadme from 'storybook-readme/with-readme'; import Readme from './README.md'; import Section from '../../.storybook/decorators/section'; import { ModalDialog, Button } from 'asc-web-components'; const header = "Header text"; const body =

{"Body text"}

; const footer = [