@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
14 lines (13 loc) • 507 B
TypeScript
import React from 'react';
import { ICssAnimation } from './types/cssAnimation';
/**
* @deprecated This component has been deprecated and will be removed in the next MAJOR release.
*
* CssAnimation component is a wrapper component that can be used to wrap other components.
*
* @param {React.PropsWithChildren<ICssAnimation>} props
* @returns {JSX.Element}
* @constructor
*
*/
export declare const CssAnimation: React.ForwardRefExoticComponent<ICssAnimation & React.RefAttributes<HTMLDivElement>>;