UNPKG

@tldraw/core

Version:

The tldraw core renderer and utilities.

12 lines 420 B
import * as React from 'react'; import type { TLBounds } from '../../types'; export interface LinkHandleProps { size: number; targetSize: number; isHidden: boolean; bounds: TLBounds; } declare function _LinkHandle({ size, bounds, isHidden }: LinkHandleProps): JSX.Element; export declare const LinkHandle: React.MemoExoticComponent<typeof _LinkHandle>; export {}; //# sourceMappingURL=LinkHandle.d.ts.map