mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 07:29:24 +08:00
23 lines
259 B
Markdown
23 lines
259 B
Markdown
---
|
|
nav:
|
|
path: /client
|
|
group:
|
|
path: /client
|
|
---
|
|
|
|
# SystemSettings
|
|
|
|
## SystemSettingsProvider
|
|
|
|
## SystemSettingsShortcut
|
|
|
|
## useSystemSettings
|
|
|
|
```ts
|
|
const { data, loading, refresh } = useSystemSettings();
|
|
```
|
|
|
|
## Examples
|
|
|
|
<code src="./demos/demo1.tsx"/>
|