@tldraw/core
Version:
The tldraw core renderer and utilities.
11 lines • 411 B
TypeScript
import * as React from 'react';
import type { TLBounds } from '../../types';
export interface CloneButtonsProps {
bounds: TLBounds;
targetSize: number;
size: number;
}
declare function _CloneButtons({ targetSize, size, bounds }: CloneButtonsProps): JSX.Element;
export declare const CloneButtons: React.MemoExoticComponent<typeof _CloneButtons>;
export {};
//# sourceMappingURL=CloneButtons.d.ts.map