Skip to content

Commit 3acfe3f

Browse files
authored
Merge pull request #810 from buildo/Fix-withBentoTheme-types
2 parents 1f0dcca + 4f1b84c commit 3acfe3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)