UNPKG

216 BTypeScriptView Raw
1export declare function focusElement<T extends HTMLElement | null>(asyncSelector: Promise<T>, thenCallback?: (element: NonNullable<T>) => void | Promise<void>): Promise<T>;
2//# sourceMappingURL=focus-element.d.ts.map
\No newline at end of file