UNPKG

@tldraw/core

Version:

The tldraw core renderer and utilities.

4 lines 234 B
import type { TLUser } from '../../types'; export declare type CursorComponent<T = any> = (props: Pick<TLUser<T>, 'id' | 'color' | 'metadata'>) => any; export declare const Cursor: CursorComponent; //# sourceMappingURL=Cursor.d.ts.map