@scuticode/shop-sdk
Version:
ScutiCode shop sdk
7 lines (6 loc) • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DialogComponent = void 0;
require("@material/web/iconbutton/outlined-icon-button");
var dialog_component_1 = require("./dialog.component");
Object.defineProperty(exports, "DialogComponent", { enumerable: true, get: function () { return dialog_component_1.DialogComponent; } });