miniprogram_npm/tdesign-miniprogram/image-viewer/type.d.ts
@@ -1,3 +1,4 @@ import { ImageProps } from '../image/index'; export interface TdImageViewerProps { backgroundColor?: { type: StringConstructor; @@ -11,6 +12,10 @@ type: null; value?: string | boolean | object; }; imageProps?: { type: ObjectConstructor; value?: ImageProps; }; images?: { type: ArrayConstructor; value?: Array<string>;