UNPKG

lml-main

Version:

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

7 lines 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const cosmoui_1 = require("cosmoui"); const constants_1 = require("../constants"); exports.openPlaceFormDrawer = (placeId) => cosmoui_1.openDrawer(constants_1.PLACE_FORM_DRAWER_KEY, { placeId }); exports.closePlaceFormDrawer = () => cosmoui_1.closeDrawer(constants_1.PLACE_FORM_DRAWER_KEY); //# sourceMappingURL=drawer.js.map