UNPKG

element-tiptap-vue3-niyuta

Version:

Rich-text editor build by baidu api and tiptap

28 lines (27 loc) 894 B
declare const _default: { abstract: (params: { content: string; }) => Promise<any>; polish: (params: { content: string; }) => Promise<any>; translate: (params: { content: string; language: string; }) => Promise<any>; continueWrite: (params: { content: string; }) => Promise<any>; correct: (params: { content: string; }) => Promise<any>; generateTable: (params: { content: string; }) => Promise<any>; generateImage: (params: Object) => Promise<any>; voiceRecognize: (params: object) => Promise<import("axios").AxiosResponse<any, any>>; objectDetect: (params: object) => Promise<import("axios").AxiosResponse<any, any>>; OCR: (params: object) => Promise<import("axios").AxiosResponse<any, any>>; generateText: (params: object) => Promise<any>; }; export default _default;