@vygruppen/spor-react 3.5.0 → 3.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -23,7 +23,7 @@ type DividerProps = BoxProps;
23
23
  * You can specify margins if you need to give the content some space, or use a `Stack` component to do it for you
24
24
  *
25
25
  * ```tsx
26
- * <Divider mt={4} mb={6} />
26
+ * <Divider marginTop={4} marginBottom={6} />
27
27
  * ```
28
28
  */
29
29
  declare const Divider: _chakra_ui_system_dist_system_types.ComponentWithAs<As, BoxProps>;