@atlrdsgn/kit
Version:
An ever–expanding library of React components, primitives, and tools
18 lines • 790 B
TypeScript
declare const slideFadeUp: string;
declare const slideFadeDown: string;
declare const slideFadeRight: string;
declare const slideFadeLeft: string;
/** ------------------- exports keyframes -------------------------- */
declare const SLIDE_ENTER: string;
declare const HIDE_AWAY: string;
declare const SWIPE_AWAY: string;
declare const oneEighty: string;
declare const eighty: string;
declare const threeSixty: string;
declare const SDF: string;
declare const SUF: string;
declare const SRF: string;
declare const SLF: string;
/** ------------------------------------------------------- */
export { slideFadeUp, slideFadeDown, slideFadeRight, slideFadeLeft, SLIDE_ENTER, HIDE_AWAY, SWIPE_AWAY, SDF, SUF, SRF, SLF, eighty, oneEighty, threeSixty, };
//# sourceMappingURL=keyframes.css.d.ts.map