UNPKG

mframejs

Version:
10 lines (7 loc) 264 B
import { ViewController } from '../view/exported'; export interface INode extends Node { /** * we add this to elements that is controllers, like custom element, if.bind, routerview (first child) repeat.for */ $view?: ViewController; }