myshell-react-lib 0.1.6 → 0.1.7

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.
package/dist/index.d.cts CHANGED
@@ -21,7 +21,6 @@ import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
21
21
  import * as LabelPrimitive from '@radix-ui/react-label';
22
22
  import { DriveStep } from 'driver.js';
23
23
  import { LucideIcon } from 'lucide-react';
24
- import { ImagePreviewType } from 'rc-image';
25
24
  import { UrlObject } from 'url';
26
25
  import * as _radix_ui_react_context from '@radix-ui/react-context';
27
26
  import * as MenubarPrimitive from '@radix-ui/react-menubar';
@@ -453,7 +452,7 @@ interface ImageProps {
453
452
  * 是否是背景图
454
453
  */
455
454
  isBackgroud?: boolean;
456
- preview?: boolean | ImagePreviewType;
455
+ preview?: boolean | any;
457
456
  /**
458
457
  * 加载优先级
459
458
  *
package/dist/index.d.ts CHANGED
@@ -21,7 +21,6 @@ import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
21
21
  import * as LabelPrimitive from '@radix-ui/react-label';
22
22
  import { DriveStep } from 'driver.js';
23
23
  import { LucideIcon } from 'lucide-react';
24
- import { ImagePreviewType } from 'rc-image';
25
24
  import { UrlObject } from 'url';
26
25
  import * as _radix_ui_react_context from '@radix-ui/react-context';
27
26
  import * as MenubarPrimitive from '@radix-ui/react-menubar';
@@ -453,7 +452,7 @@ interface ImageProps {
453
452
  * 是否是背景图
454
453
  */
455
454
  isBackgroud?: boolean;
456
- preview?: boolean | ImagePreviewType;
455
+ preview?: boolean | any;
457
456
  /**
458
457
  * 加载优先级
459
458
  *