UNPKG

nexus-react-core

Version:

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

7 lines 321 B
export { initializeDGN, getConfig, isConfigInitialized, type DGNConfig, } from "./config"; export * from "./services"; export * from "./hooks"; export * from "./store"; export * from "./utils"; export type { DGNError, ApiResponse, PaginationParams, PaginatedResponse, } from "./types"; //# sourceMappingURL=index.d.ts.map