@tldraw/core
Version:
The tldraw core renderer and utilities.
12 lines • 460 B
TypeScript
import * as React from 'react';
import type { TLSnapLine } from '../../types';
declare function _SnapLines({ snapLines }: {
snapLines: TLSnapLine[];
}): JSX.Element;
declare function _SnapLine({ snapLine }: {
snapLine: TLSnapLine;
}): JSX.Element;
export declare const SnapLine: React.MemoExoticComponent<typeof _SnapLine>;
export declare const SnapLines: React.MemoExoticComponent<typeof _SnapLines>;
export {};
//# sourceMappingURL=SnapLines.d.ts.map