meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
0 deletions
-
src/components/DevTools.js
|
@ -40,6 +40,7 @@ type HslColor = { |
|
|
type ColorType = { |
|
|
type ColorType = { |
|
|
name: string, |
|
|
name: string, |
|
|
val: string, |
|
|
val: string, |
|
|
|
|
|
isDark: boolean, |
|
|
color: { |
|
|
color: { |
|
|
isDark: () => boolean, |
|
|
isDark: () => boolean, |
|
|
hsl: () => HslColor, |
|
|
hsl: () => HslColor, |
|
|