utils.d.ts 90 B

1234
  1. export declare function getTinyData(data: number[]): {
  2. x: string;
  3. y: number;
  4. }[];