vuetify-pro-tiptap
Version:
tiptap text editor on vuejs and vuetify
59 lines (58 loc) • 2.63 kB
TypeScript
export type { BaseKitOptions } from './base-kit';
export { BaseKit } from './base-kit';
export type { BlockquoteOptions } from './blockquote';
export { Blockquote } from './blockquote';
export type { BoldOptions } from './bold';
export { Bold } from './bold';
export type { BulletListOptions } from './bullet-list';
export { BulletList } from './bullet-list';
export type { ClearOptions } from './clear';
export { Clear } from './clear';
export type { CodeOptions } from './code';
export { Code } from './code';
export type { CodeBlockOptions } from './code-block';
export { CodeBlock } from './code-block';
export type { ColorOptions } from './color';
export { Color } from './color';
export { ActionButton } from './components/ActionButton';
export { defaultBubbleList } from './components/bubble';
export type { FontFamilyOptions } from './font-family';
export { FontFamily } from './font-family';
export type { FontSizeOptions } from './font-size';
export { FontSize } from './font-size';
export type { FullscreenOptions } from './fullscreen';
export { Fullscreen } from './fullscreen';
export type { HeadingOptions } from './heading';
export { Heading } from './heading';
export type { HighlightOptions } from './highlight';
export { Highlight } from './highlight';
export type { HistoryOptions } from './history';
export { History } from './history';
export type { HorizontalRuleOptions } from './horizontal-rule';
export { HorizontalRule } from './horizontal-rule';
export type { ImageOptions } from './image';
export { Image } from './image';
export type { IndentOptions } from './indent';
export { Indent } from './indent';
export type { ItalicOptions } from './italic';
export { Italic } from './italic';
export type { LinkOptions } from './link';
export { Link } from './link';
export type { MarkdownThemeOptions } from './markdown-theme';
export { MarkdownTheme } from './markdown-theme';
export type { OrderedListOptions } from './ordered-list';
export { OrderedList } from './ordered-list';
export type { StrikeOptions } from './strike';
export { Strike } from './strike';
export type { SubAndSuperScriptOptions } from './subscript';
export { SubAndSuperScript } from './subscript';
export type { TableOptions } from './table';
export { Table } from './table';
export type { TaskListOptions } from './task-list';
export { TaskList } from './task-list';
export type { TextAlignOptions } from './text-align';
export { TextAlign } from './text-align';
export type { UnderlineOptions } from './underline';
export { Underline } from './underline';
export type { VideoOptions } from './video';
export { Video } from './video';