O3 Framework / useConfig
useConfig<
T>(options?):T
Defined in: packages/framework/esm-react-utils/src/useConfig.ts:145
Use this React Hook to obtain your module’s configuration.
T = Record<string, any>
Additional options that can be passed to useConfig()
T