UNPKG

@tldraw/core

Version:

The tldraw core renderer and utilities.

4 lines 222 B
import * as React from 'react'; import type { TLBounds } from '../types'; export declare function usePosition(bounds: TLBounds, rotation?: number): React.RefObject<HTMLDivElement>; //# sourceMappingURL=usePosition.d.ts.map