You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			19 lines
		
	
	
		
			693 B
		
	
	
	
		
			JavaScript
		
	
			
		
		
	
	
			19 lines
		
	
	
		
			693 B
		
	
	
	
		
			JavaScript
		
	
| "use strict";
 | |
| Object.defineProperty(exports, "__esModule", {
 | |
|     value: true
 | |
| });
 | |
| Object.defineProperty(exports, "ImageConfigContext", {
 | |
|     enumerable: true,
 | |
|     get: function() {
 | |
|         return ImageConfigContext;
 | |
|     }
 | |
| });
 | |
| const _interop_require_default = require("@swc/helpers/_/_interop_require_default");
 | |
| const _react = /*#__PURE__*/ _interop_require_default._(require("react"));
 | |
| const _imageconfig = require("./image-config");
 | |
| const ImageConfigContext = _react.default.createContext(_imageconfig.imageConfigDefault);
 | |
| if (process.env.NODE_ENV !== "production") {
 | |
|     ImageConfigContext.displayName = "ImageConfigContext";
 | |
| }
 | |
| 
 | |
| //# sourceMappingURL=image-config-context.shared-runtime.js.map
 |