UNPKG

@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

10 lines (9 loc) 490 B
import React from 'react'; import { IThirdPartyAnimationStandAlone } from './types/thirdPartyAnimation'; /** * @description * ThirdPartyAnimation component is a component that can be used to create a ThirdPartyAnimation. * @param {React.PropsWithChildren<IThirdPartyAnimationStandAlone>} props * @returns {JSX.Element} */ export declare const ThirdPartyAnimationStandAlone: React.ForwardRefExoticComponent<IThirdPartyAnimationStandAlone & React.RefAttributes<HTMLSpanElement | null>>;