Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});

const tslib_1 = require("tslib");

const styleh_components_1 = require("styleh-components");

const Blink_1 = tslib_1.__importDefault(require("@skava/ui/dist/components/atoms/Blink"));

const AdSpotDataElement = styleh_components_1.styled.div``;
exports.AdSpotDataElement = AdSpotDataElement;
const StyledBlink = styleh_components_1.styled(Blink_1.default)`font-family:'Roboto',Arial;font-size:16px;color:black;`;
exports.StyledBlink = StyledBlink;