ImagePreviewProps
Interface: ImagePreviewProps
Defined in: components/primitives/ImagePreview.tsx:4
Properties
alt?
optionalalt:string
Defined in: components/primitives/ImagePreview.tsx:8
Альтернативный текст
className?
optionalclassName:string
Defined in: components/primitives/ImagePreview.tsx:18
CSS класс для контейнера
error?
optionalerror:string|null
Defined in: components/primitives/ImagePreview.tsx:12
Текст ошибки
loading?
optionalloading:boolean
Defined in: components/primitives/ImagePreview.tsx:10
Состояние загрузки
maxHeight?
optionalmaxHeight:string
Defined in: components/primitives/ImagePreview.tsx:16
Максимальная высота контейнера
maxWidth?
optionalmaxWidth:string
Defined in: components/primitives/ImagePreview.tsx:14
Максимальная ширина контейнера
src
src:
string
Defined in: components/primitives/ImagePreview.tsx:6
URL изображения
style?
optionalstyle:CSSProperties
Defined in: components/primitives/ImagePreview.tsx:20
Inline стили для контейнера