UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

6 lines (5 loc) 244 B
import { NotifyServiceAPI, UploadServerAPI } from "../composition/type"; export declare const GetService: { getNotify: (notifyServiceToken?: string) => NotifyServiceAPI; getServerAPI: (uploadServerToken?: string) => UploadServerAPI; };