UNPKG

kxd-react-route-cache

Version:

change color from react-route-cache for my project

10 lines (9 loc) 262 B
import React, { ReactNode, RefObject, FC } from 'react'; interface ComponentProps { show: boolean; to: RefObject<HTMLDivElement>; children?: ReactNode; style?: React.CSSProperties; } export declare const Component: FC<ComponentProps>; export {};