UNPKG

pikaso

Version:

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

7 lines (6 loc) 215 B
import Konva from 'konva'; import { ShapeModel } from '../../ShapeModel'; export declare class TextModel extends ShapeModel<Konva.Text, Konva.TextConfig> { get type(): string; rotate(theta: number): void; }