export default { title: 'Button', } export const NormalButton = (): string => 'With Text' export const ButtonTwo = (): string => 'button two' export const ButtonGroup = (): string => ` Left Right `