UNPKG

widely

Version:
8 lines (7 loc) 323 B
import * as React from 'react'; export declare type MemoChildrenProps = { shouldUpdate: boolean; children: React.ReactNode; }; declare const _default: React.MemoExoticComponent<({ children }: MemoChildrenProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>>; export default _default;