UNPKG

@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 298 B
import { IGumballParameterProps } from "@shapediver/viewer.shared.types"; import { IInteractionParameterApi } from "./IInteractionParameterApi"; export interface IGumballParameterApi extends IInteractionParameterApi, IGumballParameterProps { } //# sourceMappingURL=IGumballParameterApi.d.ts.map