@tldraw/core
Version:
The tldraw core renderer and utilities.
10 lines • 380 B
TypeScript
import type { TLPage, TLShape, TLUsers } from '../../types';
interface UserIndicatorProps<T extends TLShape> {
page: TLPage<any, any>;
userId: string;
users: TLUsers;
meta: any;
}
export declare function UsersIndicators<T extends TLShape>({ userId, users, meta, page, }: UserIndicatorProps<T>): JSX.Element;
export {};
//# sourceMappingURL=UsersIndicators.d.ts.map