Skip to content

useUpdateConfig

useUpdateConfig<TConfig>(): UseUpdateConfigResult<TConfig>

Defined in: packages/react/src/hooks.ts:98

Hook to update the configuration.

Supports direct replacement or inline mutation function.

TConfig

The type of the configuration.

UseUpdateConfigResult<TConfig>

An object containing the update function and status flags.