@qualcomm-ui/react 1.1.4 → 1.1.5

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.
@@ -11,7 +11,7 @@ export interface QuiRootProps {
11
11
  getRootElement?: (() => HTMLElement) | undefined;
12
12
  }
13
13
  /**
14
- * Wrap your app tree with this component.
14
+ * @deprecated no longer required
15
15
  */
16
16
  export declare function QuiRoot({ children, getRootElement, }: QuiRootProps): ReactElement;
17
17
  export declare namespace QuiRoot {