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