UNPKG

@useloops/design-system

Version:

The official React based Loops design system

11 lines (8 loc) 288 B
import { FunctionComponent } from 'react'; interface ArrowTextIndicatorProps { message: string; animate?: boolean; } declare const ArrowTextIndicator: FunctionComponent<ArrowTextIndicatorProps>; export { ArrowTextIndicator as default }; export type { ArrowTextIndicatorProps };