@zealicsolutions/web-ui 1.0.64-test.0 → 1.0.64-test.2

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.
@@ -12,5 +12,6 @@ export interface LayoutContextType {
12
12
  setDrawerContainerRef?: (ref: Element | null) => void;
13
13
  headerHeight?: string;
14
14
  setHeaderHeight?: (height: string) => void;
15
+ isMLR?: boolean;
15
16
  }
16
17
  export declare const LayoutContext: import("react").Context<LayoutContextType>;
@@ -3,5 +3,6 @@ export interface LayoutProviderProps extends PropsWithChildren {
3
3
  layoutPosition?: 'normal' | 'absolute';
4
4
  headerHeight?: string;
5
5
  drawerMaxWidthPercent?: number;
6
+ isMLR?: boolean;
6
7
  }
7
8
  export declare const LayoutProvider: React.FC<LayoutProviderProps>;