2 lines
114 B
TypeScript
2 lines
114 B
TypeScript
export declare function resolveTo(selector: string | (() => HTMLElement | undefined | null)): HTMLElement | null;
|