UNPKG

react-keep-alive

Version:

Package will allow components to maintain their status, to avoid repeated re-rendering.

4 lines (3 loc) 188 B
import * as React from 'react'; export declare const bindLifecycleTypeName = "$$bindLifecycle"; export default function bindLifecycle<P = any>(Component: React.ComponentClass<P>): any;