Repository URL to install this package:
|
Version:
3.0.6-working.1 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const Text_1 = require("../Text");
const BlinkElement = Text_1.StyledBaseText.as('span');
exports.BlinkElement = BlinkElement;
const BlinkWrapper = styleh_components_1.styled.div`visibility:${props => props.shouldBlink ? 'visible' : 'hidden'};color:var(--color-red);`;
exports.BlinkWrapper = BlinkWrapper; //# sourceMappingURL=styled.js.map