@chakra-ui/styled-system
Version:
Style function for css-in-js building component libraries
14 lines • 394 B
JavaScript
import { t } from "../utils";
export var textDecoration = {
textDecorationColor: t.colors("textDecorationColor"),
textDecoration: true,
textDecor: {
property: "textDecoration"
},
textDecorationLine: true,
textDecorationStyle: true,
textDecorationThickness: true,
textUnderlineOffset: true,
textShadow: t.shadows("textShadow")
};
//# sourceMappingURL=text-decoration.js.map