mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-22 15:54:09 +00:00
[Refactor] Extract SettingsPanel (#1673)
* [Refactor] Extract SettingsPanel * nit
This commit is contained in:
@@ -58,3 +58,8 @@ export interface FormItem {
|
||||
attrs?: Record<string, any>
|
||||
options?: Array<string | SettingOption> | ((value: any) => SettingOption[])
|
||||
}
|
||||
|
||||
export interface ISettingGroup {
|
||||
label: string
|
||||
settings: SettingParams[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user