UNPKG

@chakra-ui/styled-system

Version:

Style function for css-in-js building component libraries

16 lines 383 B
import { t } from "../utils"; export var effect = { boxShadow: t.shadows("boxShadow"), mixBlendMode: true, blendMode: t.prop("mixBlendMode"), backgroundBlendMode: true, bgBlendMode: t.prop("backgroundBlendMode"), opacity: true }; Object.assign(effect, { shadow: effect.boxShadow }); /** * Types for box and text shadow properties */ //# sourceMappingURL=effect.js.map