2025-04-15 16:38:39 +08:00
|
|
|
export declare function removeElement(el: HTMLStyleElement | null): void;
|
2025-04-22 17:18:30 +08:00
|
|
|
export declare function queryElement(id: string, parent?: ParentNode): HTMLStyleElement | null;
|
2025-04-15 16:38:39 +08:00
|
|
|
export declare function createElement(id: string): HTMLStyleElement;
|
|
|
|
export declare function isMediaOrSupports(selector: string | undefined | null): selector is string;
|