You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|shimmer| display shimmer effect for [Skeleton](#/components/skeleton). | boolean | false|
230
-
| space | set Space size, ref [Space](#/components/space). | enum: `sm`|`md`|`lg` or `number`. |`sm`|
229
+
|skeleton| global config for [Skeleton](../components/skeleton), such as animation. |`{ animation?: false \| 'pulse' \| 'shimmer' }`| -|
230
+
| space | set Space size, ref [Space](../components/space). | enum: `sm`|`md`|`lg` or `number`. |`sm`|
231
231
| locale | set locale for components (e.g. `en_US`, `zh_CN`). | Locale | - |
232
232
| getPopupContainer | set the container for popup-based components within this provider scope. |`(trigger?: HTMLElement \| null) => HTMLElement`| provider popup holder |
233
233
| getTargetContainer | set the default scroll target for components such as `Anchor`, `Sticky`, and `BackTop`, and the scroll-lock target for layers such as `Overlay` and `Tour`. |`() => HTMLElement \| Window`|`() => window`|
0 commit comments