UNPKG

react-design-editor

Version:

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

11 lines (10 loc) 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class CustomHandler { constructor(handler) { this.handler = handler; this.initialze(); } initialze() { } } exports.default = CustomHandler;