@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) • 326 B
TypeScript
import { ViewsByDate, ViewsByUser, ViewsElement } from "@veltdev/types";
export declare function useViewsUtils(): ViewsElement | undefined;
export declare function useUniqueViewsByUser(clientLocationId?: string): ViewsByUser | null;
export declare function useUniqueViewsByDate(clientLocationId?: string): ViewsByDate | null;