UNPKG

@pmndrs/handle

Version:

framework agnostic expandable handle implementation for threejs

8 lines (7 loc) 322 B
import { HandlesContext } from '../context.js'; import { HandlesProperties } from '../index.js'; import { RegisteredHandle } from '../registered.js'; export declare class FreeScaleHandle extends RegisteredHandle { constructor(context: HandlesContext); bind(config?: HandlesProperties): (() => void) | undefined; }