UNPKG

@tldraw/core

Version:

The tldraw core renderer and utilities.

5 lines 268 B
import type { TLBinding, TLPage, TLPageState, TLShape } from '../types'; export declare function useHandles<T extends TLShape>(page: TLPage<T, TLBinding>, pageState: TLPageState): { shapeWithHandles: TLShape | undefined; }; //# sourceMappingURL=useHandles.d.ts.map