.
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import { imageConfigDefault } from './image-config';
|
||||
export const ImageConfigContext = React.createContext(imageConfigDefault);
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
ImageConfigContext.displayName = 'ImageConfigContext';
|
||||
}
|
||||
|
||||
//# sourceMappingURL=image-config-context.shared-runtime.js.map
|
||||
Reference in New Issue
Block a user