@namba_one/ui-kit-2 1.0.20 → 1.0.21

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.
package/dist/index.d.ts CHANGED
@@ -475,7 +475,7 @@ export declare type ChipProps = {
475
475
 
476
476
  declare function close_2(): void;
477
477
 
478
- declare type Color = typeof colors[number];
478
+ export declare type Color = typeof colors[number];
479
479
 
480
480
  declare type ColorInput = string | null;
481
481