UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

14 lines (13 loc) 357 B
import { Ref } from "vue"; /** * 富文本编辑器的资源路径 */ export declare const globalRichTextEditorAssetsPath: { key: string; value: string; basePath: Ref<string>; }; export declare function useThirdComponent(): { loadThirdComponents: (configFilePath?: string) => Promise<Record<string, any>>; globalStorageKey: string; };