carbon-react
Version:
A library of reusable React components and an interface for easily building user interfaces based on Flux.
16 lines (15 loc) • 352 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
clearfix: "clearfix",
input: "common-input",
hidden: "hidden",
unselectable: "unselectable",
textTag: "text--tag",
textBold: "text--bold",
textItalic: "text--italic",
textSecondary: "text--secondary",
textInactive: "text--inactive"
};