shadows.js 137 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 import style from "../style/index.js"; const boxShadow = style({ prop: 'boxShadow', themeKey: 'shadows' }); export default boxShadow;