Skip to content

Commit

Permalink
replace SystemStyleObject with null
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Oct 7, 2024
1 parent 755f394 commit 19a638d
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 19a638d

Please sign in to comment.