2022-02-05 17:06:33 +08:00

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"/>