constants.d.ts 177 B

123456789
  1. export declare const DEFAULT_COLOR: string[];
  2. /**
  3. * 默认配置项
  4. */
  5. export declare const DEFAULT_OPTIONS: {
  6. percent: number;
  7. color: string[];
  8. animation: {};
  9. };