UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

6 lines 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const cosmoui_1 = require("cosmoui"); exports.DATE_PICKER_MODAL = 'DATE_PICKER_MODAL'; exports.showDatePickerModal = (icon) => cosmoui_1.openModal(exports.DATE_PICKER_MODAL, { backgroundActive: false, icon }); //# sourceMappingURL=date-picker-modal.js.map