UNPKG

249 BJavaScriptView Raw
1import * as React from 'react';
2export var CustomizerContext = React.createContext({
3 customizations: {
4 inCustomizerContext: false,
5 settings: {},
6 scopedSettings: {},
7 },
8});
9//# sourceMappingURL=CustomizerContext.js.map
\No newline at end of file