UNPKG

plot-plan-designer

Version:

Design Editor Tools with React.js + ant.design + fabric.js

5 lines (4 loc) 126 B
import { FabricObject } from '../utils'; export type CubeObject = FabricObject; declare const Cube: any; export default Cube;