theme.d.ts 340 B

12345678910111213
  1. declare const _default: {
  2. fontFamily: string;
  3. textColor: string;
  4. activeTextColor: string;
  5. uncheckedColor: string;
  6. lineColor: string;
  7. regionColor: string;
  8. verticalAxisRotate: number;
  9. horizontalAxisRotate: number;
  10. descriptionIconStroke: string;
  11. descriptionIconFill: string;
  12. };
  13. export default _default;