UNPKG

react-zoom-pan-pinch

Version:
11 lines (9 loc) 296 B
/** * Default CSS definition for typescript, * will be overridden with file-specific definitions by rollup */ declare module "*.css" { const content: { [className: string]: string }; export default content; } type SvgrComponent = React.StatelessComponent<React.SVGAttributes<SVGElement>>