import React from 'react'; import { action } from '@storybook/addon-actions'; import { text } from '@storybook/addon-knobs'; import ActionableMessage from '.'; export default { title: 'ActionableMessage', }; export const NoAction = () => (