nervjs
Version:
A react-like framework based on virtual-dom
7 lines (6 loc) • 461 B
TypeScript
export declare function unmountComponentAtNode(dom: any): boolean;
export declare function findDOMNode(component: any): any;
export declare function createFactory(type: any): any;
export declare function unstable_renderSubtreeIntoContainer(parentComponent: any, vnode: any, container: any, callback: any): any;
export declare function isValidElement(element: any): boolean;
export declare const unstable_batchedUpdates: (fn: any, ...args: any[]) => void;