UNPKG

react-keep-alive

Version:

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

9 lines (8 loc) 263 B
export declare const prefix = "keep-alive"; /** * Create UUID * Reference: https://stackoverflow.com/questions/105034/create-guid-uuid-in-javascript * @export * @returns */ export default function createUniqueIdentification(length?: number): string;