UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

19 lines 765 B
import { FC } from "react"; import { ISlideChangeTransitionProps } from "../_types/ISlideChangeTransitionProps"; /** * Slide change transition to the right */ export declare const SlideRightChangeTransition: FC<Omit<ISlideChangeTransitionProps, "direction">>; /** * Slide change transition to the left */ export declare const SlideLeftChangeTransition: FC<Omit<ISlideChangeTransitionProps, "direction">>; /** * Slide change transition upwards */ export declare const SlideUpChangeTransition: FC<Omit<ISlideChangeTransitionProps, "direction">>; /** * Slide change transition downwards */ export declare const SlideDownChangeTransition: FC<Omit<ISlideChangeTransitionProps, "direction">>; //# sourceMappingURL=slideChangeDirectionts.d.ts.map