UNPKG

@roo-ui/components

Version:

19 lines (12 loc) 510 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _styledComponents = require('styled-components'); var _styledComponents2 = _interopRequireDefault(_styledComponents); var _ = require('..'); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var BlockLink = (0, _styledComponents2.default)(_.Link).withConfig({ displayName: 'BlockLink' })(['display:block;color:inherit;text-decoration:none;']); exports.default = BlockLink;