UNPKG

@kuma-ui/system

Version:

🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.

10 lines (8 loc) 134 B
// src/props/shadow.ts var shadowMappings = { boxShadow: "box-shadow", textShadow: "text-shadow" }; export { shadowMappings };