mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 04:48:26 -04:00
8 lines
307 B
TypeScript
8 lines
307 B
TypeScript
import { FirstInputPolyfillCallback } from '../../types.js';
|
|
/**
|
|
* Accepts a callback to be invoked once the first input delay and event
|
|
* are known.
|
|
*/
|
|
export declare const firstInputPolyfill: (onFirstInput: FirstInputPolyfillCallback) => void;
|
|
export declare const resetFirstInputPolyfill: () => void;
|