@tldraw/core
Version:
The tldraw core renderer and utilities.
10 lines • 409 B
TypeScript
import * as React from 'react';
export interface UiEraseLineProps {
points: number[][];
zoom: number;
}
export declare type UiEraseLineComponent = (props: UiEraseLineProps) => any | null;
declare function _EraseLine({ points, zoom }: UiEraseLineProps): JSX.Element | null;
export declare const EraseLine: React.MemoExoticComponent<typeof _EraseLine>;
export {};
//# sourceMappingURL=EraseLine.d.ts.map