nestedreact
Version:
Advanced models, state management, and data binding solution for React
10 lines (9 loc) • 314 B
TypeScript
declare const NestedReact: any;
export default NestedReact;
export * from './react-mvx';
import * as PropTypes from 'prop-types';
import subview from './view-element';
export { subview };
import createClass from './createClass';
export { PropTypes, createClass };
export declare function useView(View: any): void;