eb5a24a5dc82b0d837a4ba1482ddfaf8b9b5e2e82437c82ceb5585bd9cdc2031e531de8befc5e17f3222ca896a35532c094a7c577ab4891ba26b395077da7e 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. declare const _default: {
  2. darkMode: string;
  3. colorBy: string;
  4. color: string[];
  5. gradientColor: string[];
  6. aria: {
  7. decal: {
  8. decals: ({
  9. color: string;
  10. dashArrayX: number[];
  11. dashArrayY: number[];
  12. symbolSize: number;
  13. rotation: number;
  14. symbol?: undefined;
  15. } | {
  16. color: string;
  17. symbol: string;
  18. dashArrayX: number[][];
  19. dashArrayY: number[];
  20. symbolSize: number;
  21. rotation?: undefined;
  22. } | {
  23. color: string;
  24. dashArrayX: number[];
  25. dashArrayY: number[];
  26. rotation: number;
  27. symbolSize?: undefined;
  28. symbol?: undefined;
  29. } | {
  30. color: string;
  31. dashArrayX: number[][];
  32. dashArrayY: number[];
  33. symbolSize?: undefined;
  34. rotation?: undefined;
  35. symbol?: undefined;
  36. } | {
  37. color: string;
  38. dashArrayX: number[][];
  39. dashArrayY: number[];
  40. rotation: number;
  41. symbolSize?: undefined;
  42. symbol?: undefined;
  43. })[];
  44. };
  45. };
  46. textStyle: {
  47. fontFamily: string;
  48. fontSize: number;
  49. fontStyle: string;
  50. fontWeight: string;
  51. };
  52. blendMode: any;
  53. stateAnimation: {
  54. duration: number;
  55. easing: string;
  56. };
  57. animation: string;
  58. animationDuration: number;
  59. animationDurationUpdate: number;
  60. animationEasing: string;
  61. animationEasingUpdate: string;
  62. animationThreshold: number;
  63. progressiveThreshold: number;
  64. progressive: number;
  65. hoverLayerThreshold: number;
  66. useUTC: boolean;
  67. };
  68. export default _default;