UNPKG

@tldraw/core

Version:

The tldraw core renderer and utilities.

4 lines 280 B
import * as React from 'react'; import type { TLPageState } from '../types'; export declare function useCameraCss(layerRef: React.RefObject<HTMLDivElement>, containerRef: React.ForwardedRef<HTMLDivElement>, pageState: TLPageState): void; //# sourceMappingURL=useCameraCss.d.ts.map