function useUiConfig<T>(selector?): T;Defined in: account-kit/react/src/hooks/useUiConfig.tsx:63
| Type Parameter | Default type |
|---|---|
|
| Parameter | Type | Description |
|---|---|---|
| ( | An optional function to select specific parts of the UI config state. ref |
T
- The selected state passed through the selector function or the entire state if no selector is provided