@shapediver/viewer.session
Version:
This is the npm package for the ShapeDiver Viewer Session API. For more information on ShapeDiver, please visit our [homepage](https://shapediver.com/).
5 lines • 302 B
TypeScript
import { IDraggingParameterProps } from "@shapediver/viewer.shared.types";
import { IInteractionParameterApi } from "./IInteractionParameterApi";
export interface IDraggingParameterApi extends IInteractionParameterApi, IDraggingParameterProps {
}
//# sourceMappingURL=IDraggingParameterApi.d.ts.map