dongyukun
2024-11-06 93ce037957861a48dbcb35004d1ff073eb63010a
1
2
3
4
5
6
7
8
9
export interface ImageViewerProps {
  urlList?: string[]
  zIndex?: number
  initialIndex?: number
  infinite?: boolean
  hideOnClickModal?: boolean
  teleported?: boolean
  show?: boolean
}