DIR : /home/kozerus/public_html/cropex/node/node_modules/recharts/types/util/Global.d.ts
/home/kozerus/public_html/cropex/node/node_modules/recharts/types/util
export interface GlobalConfig {
isSsr?: boolean;
}
export type GlobalConfigKeys = 'isSsr';
export declare const Global: {
isSsr: boolean;
get: (key: 'isSsr') => boolean;
set: (key: GlobalConfigKeys | GlobalConfig, value?: any) => void;
};
//