UNPKG

ra-core

Version:

Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React

6 lines 261 B
/** * A version of React.memo that preserves the original component type allowing it to accept generics. * See {@link https://stackoverflow.com/a/70890101} */ export declare const genericMemo: <T>(component: T) => T; //# sourceMappingURL=genericMemo.d.ts.map