2024-01-29 09:26:07 +08:00

5 lines
318 B
TypeScript

export declare function removeElement(el: HTMLStyleElement | null): void;
export declare function queryElement(id: string): HTMLStyleElement | null;
export declare function createElement(id: string): HTMLStyleElement;
export declare function isMediaOrSupports(selector: string | undefined | null): selector is string;