升级package, 以及更新声明文件
This commit is contained in:
@@ -14,6 +14,10 @@ export default class ImageViewer extends SuperComponent {
|
||||
type: null;
|
||||
value?: string | boolean | object;
|
||||
};
|
||||
imageProps?: {
|
||||
type: ObjectConstructor;
|
||||
value?: import("../image/type").TdImageProps;
|
||||
};
|
||||
images?: {
|
||||
type: ArrayConstructor;
|
||||
value?: string[];
|
||||
|
||||
Reference in New Issue
Block a user