3 lines
117 B
TypeScript
3 lines
117 B
TypeScript
import type { SyntheticEvent } from 'react';
|
|
export declare const play: (e?: SyntheticEvent | PointerEvent) => void;
|