mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-05-29 22:06:04 -04:00
6 lines
125 B
JavaScript
6 lines
125 B
JavaScript
import style from './style';
|
|
var boxShadow = style({
|
|
prop: 'boxShadow',
|
|
themeKey: 'shadows'
|
|
});
|
|
export default boxShadow; |