UNPKG

379 BJavaScriptView Raw
1import Axes from "./Axes";
2export { PanInput } from "./inputType/PanInput";
3export { RotatePanInput } from "./inputType/RotatePanInput";
4export { PinchInput } from "./inputType/PinchInput";
5export { WheelInput } from "./inputType/WheelInput";
6export { MoveKeyInput } from "./inputType/MoveKeyInput";
7export default Axes;
8export * from "./types";
9//# sourceMappingURL=index.js.map
\No newline at end of file