Repository URL to install this package:
Version:
0.9.5 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const Link_1 = require("atoms/Link");
const StyledLink = styled.withComponent(Link_1.Link) ``;
exports.StyledLink = StyledLink;
exports.default = StyledLink;
//# sourceMappingURL=styled.js.map