UNPKG

nexus-react-core

Version:

A comprehensive React toolkit with services, hooks, and Redux store management

9 lines 306 B
export interface DGNConfig { apiBaseUrl: string; wsUrl?: string; csrfEnabled?: boolean; } export declare function initializeDGN(config: DGNConfig): void; export declare function getConfig(): DGNConfig; export declare function isConfigInitialized(): boolean; //# sourceMappingURL=config.d.ts.map