@chayns-components/core
Version:
A set of beautiful React components for developing your own applications with chayns.
11 lines (10 loc) • 362 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.StyledSharingButtonContainer = void 0;
var _styledComponents = require("styled-components");
const StyledSharingButtonContainer = exports.StyledSharingButtonContainer = _styledComponents.styled.div`
width: fit-content;
`;
//# sourceMappingURL=SharingButton.styles.js.map