vuetify-pro-tiptap
Version:
tiptap text editor on vuejs and vuetify
65 lines (64 loc) • 2.52 kB
TypeScript
import { default as OriginalThemeProvider } from '../../OriginalThemeProvider.vue';
import { default as ActionButton } from '../src/index.vue';
declare const src: import('vue').Ref<string | undefined>;
declare function onAction(): void;
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
declare var __VLS_8: {
props: {
editor: import('@tiptap/vue-3').Editor;
value: string | undefined;
};
};
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
dialog?: (props: typeof __VLS_8) => any;
}>;
declare const __VLS_self: import('vue').DefineComponent<{
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;
};
}, {
OriginalThemeProvider: typeof OriginalThemeProvider;
ActionButton: typeof ActionButton;
src: typeof src;
onAction: typeof onAction;
}, unknown, {}, {}, 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;
};
}>>, {}, {}>;
declare const __VLS_component: import('vue').DefineComponent<{
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;
};
}, {}, unknown, {}, {}, 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;
};
}>>, {}, {}>;
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
export default _default;
type __VLS_WithSlots<T, S> = T & {
new (): {
$slots: S;
};
};