mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-06-11 11:46:06 -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; |