UNPKG

@chakra-ui/styled-system

Version:

Style function for css-in-js building component libraries

15 lines (12 loc) 379 B
import { t } from '../utils/index.mjs'; const textDecoration = { textDecorationColor: t.colors("textDecorationColor"), textDecoration: true, textDecor: { property: "textDecoration" }, textDecorationLine: true, textDecorationStyle: true, textDecorationThickness: true, textUnderlineOffset: true, textShadow: t.shadows("textShadow") }; export { textDecoration };