mirror of
https://github.com/siyuan-note/plugin-sample-vite-svelte.git
synced 2025-08-02 00:23:30 +00:00
✨ feat: Add input number element in setting-utils
This commit is contained in:
parent
50a2286d43
commit
c179519f95
2 changed files with 9 additions and 2 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" | "slider" | "button";
|
||||
type TSettingItemType = "checkbox" | "select" | "textinput" | "textarea" | "number" | "slider" | "button";
|
||||
interface ISettingItem {
|
||||
key: string;
|
||||
value: any;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue