extended editor

This commit is contained in:
Torsten Schulz
2024-06-21 18:06:17 +02:00
parent dcfd478464
commit 97c72540cf
20 changed files with 754 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
// src/icons.js
import { Bold, Italic, Underline, Strikethrough, List, NumberedListLeft, Table, Table2Columns, ArrowRight, ArrowDown, TableRows,
AlignTopBox, AlignLeftBox, StatsReport, OpenInWindow
AlignTopBox, AlignLeftBox, StatsReport, OpenInWindow, Download
} from '@iconoir/vue';
export {
@@ -19,4 +19,5 @@ export {
AlignLeftBox as AlignLeftBoxIcon,
StatsReport as StatsReportIcon,
OpenInWindow as OpenInWindowIcon,
Download as DownloadIcon,
};