UNPKG

@tldraw/core

Version:

The tldraw core renderer and utilities.

11 lines 417 B
import * as React from 'react'; import type { TLBounds } from '../../types'; export interface CenterHandleProps { bounds: TLBounds; isLocked: boolean; isHidden: boolean; } declare function _CenterHandle({ bounds, isLocked, isHidden }: CenterHandleProps): JSX.Element; export declare const CenterHandle: React.MemoExoticComponent<typeof _CenterHandle>; export {}; //# sourceMappingURL=CenterHandle.d.ts.map