@robotlegsjs/createjs
Version:
CreateJS View Integration with RobotlegsJS
16 lines (15 loc) • 338 B
TypeScript
import { IClass } from "@robotlegsjs/core";
import { IMediatorUnmapper } from "../dsl/IMediatorUnmapper";
/**
* @private
*/
export declare class NullMediatorUnmapper implements IMediatorUnmapper {
/**
* @private
*/
fromMediator(mediatorClass: IClass<any>): void;
/**
* @private
*/
fromAll(): void;
}