UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

7 lines 279 B
import { FC } from "react"; import { IFadeChangeTransitionProps } from "./_types/IFadeChangeTransitionProps"; /** * A simple fading transition */ export declare const FadeChangeTransition: FC<IFadeChangeTransitionProps>; //# sourceMappingURL=FadeChangeTransition.d.ts.map