UNPKG

@tldraw/core

Version:

The tldraw core renderer and utilities.

10 lines 341 B
import * as React from 'react'; import type { TLShape } from '../../types'; interface HandlesProps { shape: TLShape; zoom: number; } declare function _Handles({ shape, zoom }: HandlesProps): JSX.Element | null; export declare const Handles: React.MemoExoticComponent<typeof _Handles>; export {}; //# sourceMappingURL=Handles.d.ts.map