UNPKG

@giraphics/grpkggfx

Version:
6 lines (5 loc) 236 B
import { BaseShape } from './baseshape'; import { PRIMITIVE_TYPE, TYPE_SIZE } from './../renderer/constants'; export default class SceneGraph extends BaseShape { constructor(primitiveType: PRIMITIVE_TYPE, typeSize?: TYPE_SIZE[]); }