UNPKG

@useloops/design-system

Version:

The official React based Loops design system

13 lines (10 loc) 320 B
import { FunctionComponent } from 'react'; interface LoopVideoNudgeProps { message: string; countdown: number; replayLabel: string; onReplay?: () => void; } declare const LoopVideoNudge: FunctionComponent<LoopVideoNudgeProps>; export { LoopVideoNudge as default }; export type { LoopVideoNudgeProps };