UNPKG

@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.

4 lines (3 loc) 283 B
import { ActivityElement, ActivityRecord, ActivitySubscribeConfig } from "@veltdev/types"; export declare function useActivityUtils(): ActivityElement | undefined; export declare function useAllActivities(config?: ActivitySubscribeConfig): ActivityRecord<unknown, unknown>[] | null;