react-pan-zoom-hoc
Version:
This is a HOC to make your beautiful React components pannable and zoomable by mouse.
8 lines • 338 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const HOC_1 = __importDefault(require("./HOC"));
exports.default = HOC_1.default;
//# sourceMappingURL=index.js.map