import * as React from 'react'; import FooterIndicator from './FooterIndicator'; import notes from './FooterIndicator.stories.md'; export const regular = () => (
); export const withTruncatedText = () => (
); export default { title: 'Components|FooterIndicator', component: FooterIndicator, parameters: { notes, }, };