UNPKG

mframejs

Version:
12 lines (11 loc) 294 B
import { IElement } from '../interface/exported'; export declare class MF { private node; private app; count: number; private $view; constructor(); setRootApp(app: IElement): this; start(node: Node): Promise<void>; register(..._class: any[]): void; }