Skip to content

Commit 784a3ac

Browse files
authored
Chore: Replaced any with interface CSSProperties (supabase#29650)
Chore: Replaced any with interface CSSProperties where css is used as a props
1 parent 9dd7deb commit 784a3ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/www/components/Panel/Panel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ interface Props {
1212
hasInnerShimmer?: boolean
1313
shimmerFromColor?: string
1414
shimmerToColor?: string
15-
style?: any
16-
innerStyle?: any
15+
style?: React.CSSProperties
16+
innerStyle?: React.CSSProperties
1717
hasMotion?: boolean
1818
}
1919

0 commit comments

Comments
 (0)