Skip to content

Commit 4f1b84c

Browse files
authored
Update withBentoTheme.tsx
1 parent 1f0dcca commit 4f1b84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/bento-design-system/src/util/withBentoTheme.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type WrapperProps = {
66
className?: string;
77
};
88

9-
export function withBentoTheme<Props extends JSX.IntrinsicAttributes>(
9+
export function withBentoTheme<Props extends {}>(
1010
theme: BentoTheme,
1111
Component: (props: Props) => JSX.Element,
1212
wrapper?: WrapperProps

0 commit comments

Comments
 (0)