[Feature] Add InputKnob component and integrate with FormItem (#2821)

This commit is contained in:
Miguel C
2025-03-03 09:54:16 -06:00
committed by GitHub
parent a38a11f397
commit 82a8aba704
3 changed files with 98 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ export type SettingInputType =
| 'boolean'
| 'number'
| 'slider'
| 'knob'
| 'combo'
| 'text'
| 'image'