line.d.ts 145 B

123
  1. import { ShapeComponent as SC } from '../../runtime';
  2. export type LineOptions = Record<string, any>;
  3. export declare const Line: SC<LineOptions>;