export type FirstInputPolyfillEntry = Omit; export interface FirstInputPolyfillCallback { (entry: FirstInputPolyfillEntry): void; }