UNPKG

box-ui-elements-mlh

Version:
7 lines (6 loc) 192 B
import './FooterIndicator.scss'; declare type Props = { indicatorText: string; }; declare const FooterIndicator: ({ indicatorText }: Props) => JSX.Element; export default FooterIndicator;