mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-04 20:50:06 +00:00
remove all unused (knip pass)
This commit is contained in:
@@ -27,11 +27,11 @@ export const PANEL_EXCLUDED_PROPS = [
|
||||
'overlayClass'
|
||||
] as const
|
||||
|
||||
export const IMAGE_EXCLUDED_PROPS = [
|
||||
...STANDARD_EXCLUDED_PROPS,
|
||||
'imageClass',
|
||||
'imageStyle'
|
||||
] as const
|
||||
// export const IMAGE_EXCLUDED_PROPS = [
|
||||
// ...STANDARD_EXCLUDED_PROPS,
|
||||
// 'imageClass',
|
||||
// 'imageStyle'
|
||||
// ] as const
|
||||
|
||||
export const GALLERIA_EXCLUDED_PROPS = [
|
||||
...STANDARD_EXCLUDED_PROPS,
|
||||
@@ -49,11 +49,6 @@ export const BADGE_EXCLUDED_PROPS = [
|
||||
'badgeClass'
|
||||
] as const
|
||||
|
||||
export const LABEL_EXCLUDED_PROPS = [
|
||||
...PANEL_EXCLUDED_PROPS,
|
||||
'labelStyle'
|
||||
] as const
|
||||
|
||||
/**
|
||||
* Filters widget props by excluding specified properties
|
||||
* @param props - The props object to filter
|
||||
|
||||
Reference in New Issue
Block a user