Skip to content

Commit

Permalink
Misc doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Dec 20, 2020
1 parent ea0ad77 commit 062cd9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types/data/CustomerTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ import { Theme } from './Theme';
*
* CustomerTheme is what's really used for theming, and doesn't include useless properties from the Theme entity.
* Also, all properties defined in Theme will be set in CustomerTheme, because fallback values will have been applied.
*
* Inspired by MaterialUI Design system.
*
* @see https://material.io/design/color/the-color-system.html#color-theme-creation
*/
export type CustomerTheme = Required<Omit<Theme, 'ref' | 'id' | '__typename'>> & {};

0 comments on commit 062cd9c

Please sign in to comment.