remove all unused (knip pass)

This commit is contained in:
bymyself
2025-09-04 18:02:13 -07:00
parent 73a1feea99
commit b0f2a1d00a
8 changed files with 8 additions and 270 deletions

View File

@@ -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