UNPKG

@pdfme/schemas

Version:

TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!

15 lines 565 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const pdfRender_js_1 = require("./pdfRender.js"); const propPanel_js_1 = require("./propPanel.js"); const uiRender_js_1 = require("./uiRender.js"); const lucide_1 = require("lucide"); const utils_js_1 = require("../utils.js"); const textSchema = { pdf: pdfRender_js_1.pdfRender, ui: uiRender_js_1.uiRender, propPanel: propPanel_js_1.propPanel, icon: (0, utils_js_1.createSvgStr)(lucide_1.TextCursorInput), }; exports.default = textSchema; //# sourceMappingURL=index.js.map