funuicss 1.10.11 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- export declare const colors: {
1
+ interface ColorPalette {
2
2
  primary: string;
3
3
  primary50: string;
4
4
  primary100: string;
@@ -342,4 +342,6 @@ export declare const colors: {
342
342
  dark900: string;
343
343
  white: string;
344
344
  black: string;
345
- };
345
+ }
346
+ export declare const colors: ColorPalette;
347
+ export {};