@tldraw/core
Version:
The tldraw core renderer and utilities.
11 lines • 392 B
TypeScript
import * as React from 'react';
import type { TLBounds } from '../../types';
export interface BoundsBgProps {
bounds: TLBounds;
rotation: number;
isHidden: boolean;
}
declare function _BoundsBg({ bounds, rotation, isHidden }: BoundsBgProps): JSX.Element;
export declare const BoundsBg: React.MemoExoticComponent<typeof _BoundsBg>;
export {};
//# sourceMappingURL=BoundsBg.d.ts.map