UNPKG

@tldraw/core

Version:

The tldraw core renderer and utilities.

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