// @flow import * as React from 'react'; import TextInputWithCopyButton from './TextInputWithCopyButton'; import notes from './TextInputWithCopyButton.stories.md'; export const example = () => ( ); export default { title: 'Components/TextInputWithCopyButton', component: TextInputWithCopyButton, parameters: { notes, }, };