移动目录
This commit is contained in:
6
mdui_patched/functions/removeColorScheme.d.ts
vendored
Normal file
6
mdui_patched/functions/removeColorScheme.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { JQ } from '@mdui/jq/shared/core.js';
|
||||
/**
|
||||
* 移除指定元素上的配色方案
|
||||
* @param target 要移除配色方案的元素。可以是 CSS 选择器、DOM 元素、或 JQ 对象。默认为 `<html>` 元素
|
||||
*/
|
||||
export declare const removeColorScheme: (target?: string | HTMLElement | JQ<HTMLElement>) => void;
|
||||
Reference in New Issue
Block a user