@cloudtower/eagle 0.26.10 → 0.26.11

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.
@@ -0,0 +1 @@
1
+ export {};
@@ -1,6 +1,4 @@
1
- import { SplitTagComponentType, TagComponentType } from "../../spec";
2
- export declare const PresetColors: string[];
3
- declare const Tag: TagComponentType & {
4
- SplitTag: SplitTagComponentType;
5
- };
1
+ import { TagColor, TagComponentType } from "../../spec";
2
+ export declare const PresetColors: TagColor[];
3
+ declare const Tag: TagComponentType;
6
4
  export default Tag;
@@ -0,0 +1 @@
1
+ export {};
@@ -1,4 +1,4 @@
1
- import { TokenComponentType } from "../../spec";
2
- export declare const PresetColors: string[];
1
+ import { TokenColor, TokenComponentType } from "../../spec";
2
+ export declare const PresetColors: TokenColor[];
3
3
  declare const Token: TokenComponentType;
4
4
  export default Token;
@@ -0,0 +1 @@
1
+ export declare const IconStyle: import("@linaria/core").LinariaClassName;