UNPKG

@realsee/dnalogel

Version:
9 lines (8 loc) 218 B
import { Line } from '@realsee/five/line'; export declare class FiveLine extends Line { constructor(...args: ConstructorParameters<typeof Line>); toJSON(): { type: string; points: any; }; }