File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -242,21 +242,21 @@ const paletteDark = {
242242
243243// Type exports
244244export interface Color {
245- 100 : string ;
246- 200 : string ;
247- 300 : string ;
248- 400 : string ;
249- 500 : string ;
250- 600 : string ;
251- 700 : string ;
252- 800 : string ;
253- 900 : string ;
254- 1000 : string ;
245+ 100 : string ;
246+ 200 : string ;
247+ 300 : string ;
248+ 400 : string ;
249+ 500 : string ;
250+ 600 : string ;
251+ 700 : string ;
252+ 800 : string ;
253+ 900 : string ;
254+ 1000 : string ;
255255}
256256
257257export type PaletteColor = keyof Color ;
258258export type PaletteColorFamily = keyof typeof paletteBase ;
259- export type PaletteColorValue = typeof paletteBase [ PaletteColorFamily ] [ PaletteColor ] ;
259+ export type PaletteColorValue = ( typeof paletteBase ) [ PaletteColorFamily ] [ PaletteColor ] ;
260260/**
261261 * Main Palette export.
262262 * Provides base, light, and dark variants.
You can’t perform that action at this time.
0 commit comments