import React from 'react'; import { PixelZoomIn } from './PixelZoomIn'; export function Default() { return (
Zoom in content
); } export function CustomStartScale() { return (
Bigger zoom from 0.6
); } export function HoverTrigger() { return ( ); }