Type aliases Image Props Image Props: Omit < DetailedHTMLProps < ImgHTMLAttributes < HTMLImageElement > , HTMLImageElement > , "height" | "width" | "onLoad" > & { height?: string | number ; width?: string | number ; onLoad?: any }
Input Type Input Type: { mouse: "mouse" ; touch: "touch" }
Type declaration mouse: "mouse" touch: "touch" Interactions Interactions: { click: "click" ; doubleTap: "double_tap" ; hover: "hover" ; press: "press" ; tap: "tap" ; touch: "touch" }
Type declaration click: "click" double Tap: "double_tap" hover: "hover" press: "press" tap: "tap" touch: "touch" Magnified Image Position Magnified Image Position: Placement | "over"
Magnified Image Props Magnified Image Props: DetailedHTMLProps < ImgHTMLAttributes < HTMLImageElement > , HTMLImageElement > & { height: number ; width: number }
Point Point: { x: number ; y: number }
Portal Props Portal
Props
: Omit < Partial < Options > , "modifiers" | "placement" > & { className
?: string ; dataTestId
?: string ; horizontalOffset
?: number ; id
?: string ; modifiers
?: Modifier < any , any > [] ; placement
?: MagnifiedImagePosition ; style
?: CSSProperties ; verticalOffset
?: number }