react-zoom-pan-pinch
Version:
Zoom and pan html elements in easy way
11 lines (9 loc) • 296 B
TypeScript
/**
* 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>>