First EditorJS implementation

This commit is contained in:
Florian Sylvain
2022-12-30 19:30:23 +01:00
parent 80b1364486
commit 44ae2ef43f
8 changed files with 639 additions and 165 deletions
+12 -1
View File
@@ -1,2 +1,13 @@
/// <reference types="vite/client" />
declare const __APP_ENV__: Record<string, string>
declare const __APP_ENV__: Record<string, string>
declare module '@editorjs/paragraph';
declare module '@editorjs/list';
declare module '@editorjs/warning';
declare module '@editorjs/delimiter';
declare module '@editorjs/nested-list';
declare module '@editorjs/checklist';
declare module '@editorjs/quote';
declare module '@editorjs/marker';
declare module '@editorjs/code';
declare module '@editorjs/table';
declare module '@editorjs/underline';