@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
9 lines (7 loc) • 321 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.UIKitViewType = void 0;
const IUIKitSurface_1 = require("./IUIKitSurface");
// eslint-disable-next-line @typescript-eslint/no-unused-vars
exports.UIKitViewType = IUIKitSurface_1.UIKitSurfaceType;
//# sourceMappingURL=IUIKitView.js.map
;