5 lines
318 B
TypeScript
Raw Normal View History

2024-01-29 09:26:07 +08:00
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;