@rontian/egret-robotlegs
Version:
Egret View Integration with RobotlegsJS
13 lines • 611 B
JavaScript
;
// ------------------------------------------------------------------------------
// Copyright (c) 2017-present, RobotlegsJS. All Rights Reserved.
//
// NOTICE: You are permitted to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
// ------------------------------------------------------------------------------
Object.defineProperty(exports, "__esModule", { value: true });
/**
* The Mediator Map allows you to bind Mediators to objects
*/
exports.IMediatorMap = Symbol("IMediatorMap");
//# sourceMappingURL=IMediatorMap.js.map