UNPKG

@tldraw/core

Version:

The tldraw core renderer and utilities.

7 lines 212 B
import type { TLShape, TLUser } from '../../types'; interface UserProps { user: TLUser<TLShape>; } export declare function User({ user }: UserProps): JSX.Element; export {}; //# sourceMappingURL=User.d.ts.map