constant.d.ts 227 B

1234567891011
  1. export declare const BACKGROUND_STYLE: {
  2. opacity: number;
  3. };
  4. export declare const LINE_STYLE: {
  5. stroke: string;
  6. strokeOpacity: number;
  7. };
  8. export declare const AREA_STYLE: {
  9. fill: string;
  10. opacity: number;
  11. };