You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							20 lines
						
					
					
						
							386 B
						
					
					
				
			
		
		
	
	
							20 lines
						
					
					
						
							386 B
						
					
					
				"use strict";
 | 
						|
 | 
						|
exports.__esModule = true;
 | 
						|
exports["default"] = exports.shadow = void 0;
 | 
						|
 | 
						|
var _core = require("@styled-system/core");
 | 
						|
 | 
						|
var shadow = (0, _core.system)({
 | 
						|
  boxShadow: {
 | 
						|
    property: 'boxShadow',
 | 
						|
    scale: 'shadows'
 | 
						|
  },
 | 
						|
  textShadow: {
 | 
						|
    property: 'textShadow',
 | 
						|
    scale: 'shadows'
 | 
						|
  }
 | 
						|
});
 | 
						|
exports.shadow = shadow;
 | 
						|
var _default = shadow;
 | 
						|
exports["default"] = _default; |