UNPKG

react-keep-alive

Version:

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

4 lines (3 loc) 93 B
declare type Warn = (message?: string) => void; export declare let warn: Warn; export {};