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