UNPKG

rc-pure-component

Version:

a higher-order component to reduce render times quickly

16 lines (12 loc) 184 B
/* @flow */ /* eslint-disable no-unused-vars */ type TProps = { [key: string]: any }; type TState = { [key: string]: any }; type TObject = { props: TProps, state: TState };