Skip to content

Commit

Permalink
Add SystemPropsTheme type
Browse files Browse the repository at this point in the history
  • Loading branch information
roginfarrer committed Dec 24, 2020
1 parent 7a5a34a commit baa82b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,3 +404,7 @@ export interface AllSystemProps<
export interface Theme {
[x: string]: any;
}

export type SystemPropsTheme = Partial<
Record<TokenScales, Record<string, string | number>>
>;

0 comments on commit baa82b0

Please sign in to comment.