UNPKG

pikaso

Version:

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

7 lines (6 loc) 189 B
import { ShapeModel } from '../shape/ShapeModel'; import { GroupModel } from '../shape/models/GroupModel'; export interface Group { container: GroupModel; children: ShapeModel[]; }