UNPKG

@remotion/player

Version:

React component for embedding a Remotion preview into your app

4 lines (3 loc) 282 B
import type { SyntheticEvent } from 'react'; declare const useClickPreventionOnDoubleClick: (onClick: (e: SyntheticEvent) => void, onDoubleClick: () => void, doubleClickToFullscreen: boolean) => [(e: SyntheticEvent) => void, () => void]; export { useClickPreventionOnDoubleClick };