UNPKG

vuetify-pro-tiptap

Version:
43 lines (42 loc) 1.58 kB
declare function __VLS_template(): { attrs: Partial<{}>; slots: { dialog?(_: { props: { href?: string | undefined; target?: "_self" | "_blank" | undefined; editor: import('@tiptap/vue-3').Editor; value: string | undefined; }; }): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType<typeof __VLS_template>; declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ readonly editor: { readonly type: import('vue').PropType<import('@tiptap/vue-3').Editor>; readonly required: true; }; readonly t: { readonly type: import('vue').PropType<(path: string) => string>; readonly required: true; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ readonly editor: { readonly type: import('vue').PropType<import('@tiptap/vue-3').Editor>; readonly required: true; }; readonly t: { readonly type: import('vue').PropType<(path: string) => string>; readonly required: true; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };