Closed rurigrass closed 1 year ago
<QuickPinchZoom
className={'your-class'}
style={{
// your style )
I get the following error:
Property 'style' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes
sorry my bad:
that should works
<QuickPinchZoom
containerProps={{
className:className
style: {/* your styles */},
}}
Is there a way of styling the QuickPinchZoom container?