import { ComponentStory, ComponentMeta } from '@storybook/react'; import { Flex } from '../Flex/Flex'; import { Text } from './Text'; export default { component: Text.Default, } as ComponentMeta; export const All: ComponentStory = () => ( H1 style H2 style H3 style H4 style H5 style H6 style Body text Caption text Hint text Label text Patp style );