Preparing search index...
The search index is not available
@pr0gramm/design-system
@pr0gramm/design-system
ImageProps
Interface ImageProps
interface
ImageProps
{
alt
?:
string
;
className
?:
string
;
height
?:
number
;
onClick
?:
(
e
:
MouseEvent
<
HTMLImageElement
>
)
=>
void
;
ref
?:
Ref
<
HTMLImageElement
>
;
sources
?:
readonly
ImageSource
[]
;
src
:
string
;
style
?:
CSSProperties
;
width
?:
number
;
}
Index
Properties
alt?
class
Name?
height?
on
Click?
ref?
sources?
src
style?
width?
Properties
Optional
alt
alt
?:
string
Optional
class
Name
className
?:
string
Optional
height
height
?:
number
Optional
on
Click
onClick
?:
(
e
:
MouseEvent
<
HTMLImageElement
>
)
=>
void
Optional
ref
ref
?:
Ref
<
HTMLImageElement
>
Optional
sources
sources
?:
readonly
ImageSource
[]
src
src
:
string
Optional
style
style
?:
CSSProperties
Optional
width
width
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alt
class
Name
height
on
Click
ref
sources
src
style
width
@pr0gramm/design-system
Loading...