UNPKG

react-keep-alive

Version:

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

3 lines (2 loc) 114 B
import * as React from 'react'; export default function getDisplayName(Component: React.ComponentType): string;