@cloudtower/eagle 0.26.5 → 0.26.7

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,4 @@
1
+ import { TokenComponentType } from "../../spec";
2
+ export declare const PresetColors: string[];
3
+ declare const Token: TokenComponentType;
4
+ export default Token;
@@ -1,7 +1,6 @@
1
1
  import * as React from "react";
2
2
  type NoticeType = "info" | "success" | "error" | "warning" | "loading";
3
3
  export declare function getKeyThenIncreaseKey(): number;
4
- export declare let pageVisible: boolean;
5
4
  export interface ConfigOptions {
6
5
  top?: number;
7
6
  duration?: number;