mirror of
https://github.com/siyuan-note/plugin-sample-vite-svelte.git
synced 2025-08-02 00:23:30 +00:00
add hint type to settingUtil
This commit is contained in:
parent
74d62ac1aa
commit
f84497f6da
6 changed files with 36 additions and 4 deletions
2
src/libs/index.d.ts
vendored
2
src/libs/index.d.ts
vendored
|
@ -1,4 +1,4 @@
|
|||
type TSettingItemType = "checkbox" | "select" | "textinput" | "textarea" | "number" | "slider" | "button";
|
||||
type TSettingItemType = "checkbox" | "select" | "textinput" | "textarea" | "number" | "slider" | "button" | "hint";
|
||||
interface ISettingItem {
|
||||
key: string;
|
||||
value: any;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue