import { system } from '@styled-system/core'; export var shadow = system({ boxShadow: { property: 'boxShadow', scale: 'shadows' }, textShadow: { property: 'textShadow', scale: 'shadows' } }); export default shadow;