UNPKG

@tldraw/core

Version:

The tldraw core renderer and utilities.

9 lines 281 B
import * as React from 'react'; interface HandleProps { id: string; point: number[]; } declare function _Handle({ id, point }: HandleProps): JSX.Element; export declare const Handle: React.MemoExoticComponent<typeof _Handle>; export {}; //# sourceMappingURL=Handle.d.ts.map