@veltdev/react
Version:
Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.
5 lines (4 loc) • 317 B
TypeScript
import { ContactElement, GetContactListResponse, SelectedUserContact } from "@veltdev/types";
export declare function useContactUtils(): ContactElement | undefined;
export declare function useContactSelected(): SelectedUserContact | undefined;
export declare function useContactList(): GetContactListResponse | null;