5 lines
318 B
TypeScript
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;
|