Repository URL to install this package:
Version:
0.9.5 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const view_container_1 = require("uxui-modules/view-container");
const Text_1 = require("atoms/Text");
const StyledLabel = view_container_1.styled.withComponent(Text_1.Label) `
color: red;
`;
exports.StyledLabel = StyledLabel;
//# sourceMappingURL=styled.js.map