UNPKG

transitions-kit

Version:
3 lines (2 loc) 169 B
import type { FadeProps } from './fade.types'; export declare const Fade: import("react").ForwardRefExoticComponent<FadeProps & import("react").RefAttributes<unknown>>;