UNPKG

purplejs

Version:

A little bit of React

7 lines (6 loc) 195 B
import Component from '../component/index' export default interface ElementObject { type: any props: Object | { [key: string]: boolean | string } | null children?: ElementObject[] | null }