UNPKG

236 BTypeScriptView Raw
1import * as React from 'react';
2import { ICustomizations } from './Customizations';
3export interface ICustomizerContext {
4 customizations: ICustomizations;
5}
6export declare const CustomizerContext: React.Context<ICustomizerContext>;