UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

12 lines (11 loc) 303 B
export declare function useThirdComponent(): { loadThirdComponents: (configFilePath?: string) => Promise<Record<string, any>>; globalStorageKey: string; }; /** * 富文本编辑器的资源路径 */ export declare const globalRichTextEditorAssetsPath: { key: string; value: string; };