仪表盘
版本库
文件存储
活动
搜索
登录
main
/
iailab-xmc-pms-ui
选煤厂生产管理平台前端代码
概况
操作记录
提交次数
目录
文档
分支
对比
查看
|
历史
|
提交
|
提交对比
初始版本
houzhongjian
2024-11-22
82c159b99ca114bc8189e681bde3b4491a81af1c
[iailab-xmc-pms-ui.git]
/
src
/
components
/
ImageViewer
/
src
/
types.ts
提交
|
用户
|
时间
82c159
1
export interface ImageViewerProps {
H
2
urlList?: string[]
3
zIndex?: number
4
initialIndex?: number
5
infinite?: boolean
6
hideOnClickModal?: boolean
7
teleported?: boolean
8
show?: boolean
9
}