UNPKG

vue-bag-admin

Version:

Unified entry package for the Vue Bag Admin runtime ecosystem.

6 lines (5 loc) 213 B
export declare const setupWs: (config: { getToken: () => string | null; baseURL?: string; }) => void; export declare const createWsClient: (path: string) => import("@vueuse/core").UseWebSocketReturn<any>;