UNPKG

vuetify-pro-tiptap

Version:
83 lines (82 loc) 3.06 kB
declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): 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 icon: { readonly type: import('vue').PropType<keyof import('../../../../constants/icons').IconsOptions>; readonly default: undefined; }; readonly tooltip: { readonly type: StringConstructor; readonly default: ""; }; readonly disabled: { readonly type: BooleanConstructor; readonly default: false; }; readonly color: { readonly type: StringConstructor; readonly default: undefined; }; readonly action: { readonly type: import('vue').PropType<import('../../../..').ButtonViewReturnComponentProps["action"]>; readonly default: undefined; }; readonly isActive: { readonly type: import('vue').PropType<import('../../../..').ButtonViewReturnComponentProps["isActive"]>; readonly default: undefined; }; }>, {}, {}, {}, {}, 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 icon: { readonly type: import('vue').PropType<keyof import('../../../../constants/icons').IconsOptions>; readonly default: undefined; }; readonly tooltip: { readonly type: StringConstructor; readonly default: ""; }; readonly disabled: { readonly type: BooleanConstructor; readonly default: false; }; readonly color: { readonly type: StringConstructor; readonly default: undefined; }; readonly action: { readonly type: import('vue').PropType<import('../../../..').ButtonViewReturnComponentProps["action"]>; readonly default: undefined; }; readonly isActive: { readonly type: import('vue').PropType<import('../../../..').ButtonViewReturnComponentProps["isActive"]>; readonly default: undefined; }; }>> & Readonly<{}>, { readonly color: string; readonly action: ((value?: unknown) => void) | undefined; readonly isActive: (() => boolean) | undefined; readonly icon: keyof import('../../../../constants/icons').IconsOptions; readonly tooltip: string; readonly disabled: boolean; }, {}, {}, {}, 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; }; };