UNPKG

quill-delta-to-html

Version:
19 lines (18 loc) 518 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var InsertDataQuill = (function () { function InsertDataQuill(type, value) { this.type = type; this.value = value; } return InsertDataQuill; }()); exports.InsertDataQuill = InsertDataQuill; var InsertDataCustom = (function () { function InsertDataCustom(type, value) { this.type = type; this.value = value; } return InsertDataCustom; }()); exports.InsertDataCustom = InsertDataCustom;