UNPKG

@veltdev/client

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.

10 lines (8 loc) 225 B
declare const initVelt: (apiKey: string, config?: any) => Promise<any>; declare const getVeltClient: () => Promise<any>; declare global { interface Window { Velt: any; } } export { getVeltClient, initVelt };