mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-22 04:19:49 -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; |