Skip to content

Commit

Permalink
[typescript] SystemCSSProperties should not have `SystemStyleObject…
Browse files Browse the repository at this point in the history
…` as value (#44029)
  • Loading branch information
siriwatknp authored Oct 7, 2024
1 parent cdcd337 commit fee6fdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export type SystemCssProperties<Theme extends object = {}> = {
[K in keyof AllSystemCSSProperties]:
| ResponsiveStyleValue<AllSystemCSSProperties[K]>
| ((theme: Theme) => ResponsiveStyleValue<AllSystemCSSProperties[K]>)
| SystemStyleObject<Theme>;
| null;
};

/**
Expand Down

0 comments on commit fee6fdd

Please sign in to comment.