UNPKG

pikaso

Version:

Seamless, Fully-typed and Fully-tested HTML5 Canvas Library

7 lines (6 loc) 248 B
import Konva from 'konva'; import { ShapeModel } from '../../ShapeModel'; import type { TriangleConfig } from '../../../types'; export declare class TriangleModel extends ShapeModel<Konva.RegularPolygon, TriangleConfig> { get type(): string; }