Repository URL to install this package:
|
Version:
0.9.6 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const styled_1 = require("../styled");
// inheriting from base style
const LabelElement = styled_1.StyledBaseText.withComponent('label');
exports.LabelElement = LabelElement;
//# sourceMappingURL=styled.js.map