UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

14 lines (13 loc) 798 B
import { default as _EditorText } from './src/index.vue'; export declare const EditorText: import('../withInstall').SFCWithInstall<import('vue').DefineComponent<import('./src/types').Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; finish: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<import('./src/types').Props> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onFinish?: ((...args: any[]) => any) | undefined; }>, { is: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { editableEl: unknown; }, any>> & Record<string, any>; export type EditorTextInstance = InstanceType<typeof _EditorText>;