UNPKG

@chakra-ui/styled-system

Version:

Style function for css-in-js building component libraries

21 lines (18 loc) 523 B
"use strict"; exports.__esModule = true; exports.textDecoration = void 0; var _utils = require("../utils"); var textDecoration = { textDecorationColor: _utils.t.colors("textDecorationColor"), textDecoration: true, textDecor: { property: "textDecoration" }, textDecorationLine: true, textDecorationStyle: true, textDecorationThickness: true, textUnderlineOffset: true, textShadow: _utils.t.shadows("textShadow") }; exports.textDecoration = textDecoration; //# sourceMappingURL=text-decoration.js.map