UNPKG

sp-image-annotation

Version:
4 lines (3 loc) 142 B
import { Shape } from './Shape'; import Konva from 'konva/types/index-types'; export declare class Line extends Shape<Konva.LineConfig> {}