@muraldevkit/ui-toolkit 2.62.3 → 2.62.4-dev.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export type MenuPosition = 'bottom' | 'left' | 'right' | 'top' | 'static' | MenuIgnore;
|
|
3
|
-
export type MenuAlignment =
|
|
3
|
+
export type MenuAlignment = 'start' | 'end' | 'center';
|
|
4
4
|
export type HorizontalAlign = 'left' | 'right' | 'center';
|
|
5
5
|
export type VerticalAlign = 'top' | 'bottom' | 'center';
|
|
6
6
|
export type MenuIgnore = 'ignore';
|