import { Component } from 'vue'; export type ToolButton = Component | 'Heading' | 'FontSize' | 'FontColor' | 'FontStyle' | 'TextAlign' | 'ListItem' | 'Link' | 'Table' | 'Image' | 'Video' | 'Youtube'; export type RichTextIframeContext = { iframeDocument: Document; fontLinks: string[]; editorStyles: string[]; contentStyles: string[]; };