UNPKG

purplejs

Version:

A little bit of React

11 lines (9 loc) 282 B
import HTMLElement from './html-element' import ElementObject from './element-object' import Component from '../component/index' export default interface Instance { dom: HTMLElement | Text element: ElementObject childInstances: Instance[] | [] publicInstance?: Component }