@wise/dynamic-flow-types 3.3.3 → 3.3.4
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.
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { Size } from '../misc/Size';
|
|
2
2
|
/**
|
|
3
|
-
* A
|
|
4
|
-
* @deprecated Divider is deprecated and only supported on web. Please do not use.
|
|
3
|
+
* A divider can be used to create a visual separation between elements
|
|
5
4
|
*/
|
|
6
5
|
export type DividerLayout = {
|
|
7
6
|
/**
|