Searched refs:ControllerAny (Results 1 – 2 of 2) sorted by relevance
16 export type ControllerAny = Controller</*StateType=*/any>; alias19 new(args: ConstructorArgs): ControllerAny;46 private _children = new Map<string, ControllerAny>();
28 import {ControllerAny} from './controller';45 private _rootController?: ControllerAny;50 initialize(rootController: ControllerAny, frontendProxy: Remote) {