@vuux/editor
Version:
Vue Nuxt 富文本编辑器
15 lines (14 loc) • 718 B
TypeScript
import { TopProps } from '../types';
declare const _default: import('vue').DefineComponent<TopProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
error: (...args: any[]) => void;
full: (...args: any[]) => void;
success: (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<TopProps> & Readonly<{
onError?: ((...args: any[]) => any) | undefined;
onFull?: ((...args: any[]) => any) | undefined;
onSuccess?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
topEl: HTMLDivElement;
fileInputEl: HTMLInputElement;
}, HTMLDivElement>;
export default _default;