@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
8 lines • 344 B
JavaScript
import animationLoaderPrimary from '../../assets/animations/loaderPrimary.json';
import { ThirdPartyAnimationVariantType } from './variants';
export const THIRD_PARTY_ANIMATION_STYLES = {
[ThirdPartyAnimationVariantType.LOADER_PRIMARY]: {
thirdPartyAnimationData: animationLoaderPrimary,
},
};
//# sourceMappingURL=styles.js.map