import TextOverflow from 'sentry/components/textOverflow'; export default { title: 'Utilities/Text/Overflow', args: { isParagraph: false, ellipsisDirection: 'right', }, argTypes: { ellipsisDirection: { control: { type: 'select', options: ['left', 'right'], }, }, }, }; export const _TextOverflow = ({...args}) => (