@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
11 lines (10 loc) • 394 B
TypeScript
import { CSSProp } from 'styled-components';
import { ICssAnimationStyled } from '../types/cssAnimation';
/**
* @name slideInAnimationsMixin
* @description
* Animations for the slide in animation
* @param {ICssAnimationStyled} props - The props of the animation
* @returns {CSSProp} - The animation
*/
export declare const slideInAnimationsMixin: (props: ICssAnimationStyled) => CSSProp;