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

7 lines 242 B
import styled from 'styled-components'; export const ThirdPartyAnimationStyled = styled.span ` display: block; width: ${props => props.$width}; height: ${props => props.$height}; `; //# sourceMappingURL=thirdPartyAnimation.styled.js.map