UNPKG

@tldraw/core

Version:

The tldraw core renderer and utilities.

7 lines 243 B
import type { TLShape, TLUsers } from '../../types'; export interface UserProps { userId?: string; users: TLUsers<TLShape>; } export declare function Users({ userId, users }: UserProps): JSX.Element; //# sourceMappingURL=Users.d.ts.map