@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!
9 lines • 390 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const helper_js_1 = require("./helper.js");
const utils_js_1 = require("../utils.js");
const lucide_1 = require("lucide");
const type = 'dateTime';
const icon = (0, utils_js_1.createSvgStr)(lucide_1.CalendarClock);
exports.default = (0, helper_js_1.getPlugin)({ type, icon });
//# sourceMappingURL=dateTime.js.map