xmlui 0.11.9 → 0.11.10

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.
@@ -577,7 +577,8 @@ declare type ContainerState = Record<string | symbol, any>;
577
577
  declare const ContentSeparator: ForwardRefExoticComponent<ContentSeparatorProps & RefAttributes<HTMLDivElement>>;
578
578
 
579
579
  declare type ContentSeparatorProps = {
580
- size?: number | string;
580
+ thickness?: number | string;
581
+ length?: number | string;
581
582
  orientation?: string;
582
583
  style?: CSSProperties;
583
584
  className?: string;
@@ -1795,7 +1796,8 @@ declare const standaloneExports: {
1795
1796
  enabled?: boolean;
1796
1797
  } & default_2.RefAttributes<unknown>>;
1797
1798
  ContentSeparator: default_2.ForwardRefExoticComponent<{
1798
- size?: number | string;
1799
+ thickness?: number | string;
1800
+ length?: number | string;
1799
1801
  orientation?: string;
1800
1802
  style?: default_2.CSSProperties;
1801
1803
  className?: string;