UNPKG

nervjs

Version:

A react-like framework based on virtual-dom

22 lines (21 loc) 436 B
declare const PropTypes: { array: any; bool: any; func: any; number: any; object: any; string: any; any: any; arrayOf: () => any; element: any; instanceOf: () => any; node: any; objectOf: () => any; oneOf: () => any; oneOfType: () => any; shape: () => any; exact: () => any; PropTypes: {}; checkPropTypes: () => void; }; export { PropTypes };