UNPKG

tiptapify

Version:

Tiptap3 editor with Vuetify3 menu implementation

6 lines (5 loc) 162 B
export enum OverridableExtensions { link = 'link', image = 'image', } export interface extensionsComponents { [key: string]: { component: any, props?: any} }