@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
13 lines • 553 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ThirdPartyAnimationStyled = void 0;
const styled_components_1 = __importDefault(require("styled-components"));
exports.ThirdPartyAnimationStyled = styled_components_1.default.span `
display: block;
width: ${props => props.$width};
height: ${props => props.$height};
`;
//# sourceMappingURL=thirdPartyAnimation.styled.js.map