@nocobase/plugin-mobile 1.4.0-alpha → 1.4.0-alpha.0

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.
@@ -6,16 +6,4 @@
6
6
  * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
- import React from 'react';
10
- /**
11
- * used to accumulate z-index in nested popups
12
- * @param props
13
- * @returns
14
- */
15
- export declare const BasicZIndexProvider: React.FC<{
16
- basicZIndex: number;
17
- }>;
18
- export declare const useBasicZIndex: () => {
19
- basicZIndex: number;
20
- };
21
9
  export declare const MIN_Z_INDEX_INCREMENT = 10;