@universal-labs/preset-tailwind
Version:
Tailwindcss StyleSheet generator for react native/web
8 lines • 317 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.boxShadowRules = void 0;
const native_twin_1 = require("@universal-labs/native-twin");
exports.boxShadowRules = [
(0, native_twin_1.matchThemeValue)('shadow-', 'boxShadow', 'shadowRadius'),
];
//# sourceMappingURL=shadows.js.map
;