mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 19:53:21 +02:00
First EditorJS implementation
This commit is contained in:
Vendored
+12
-1
@@ -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';
|
||||
Reference in New Issue
Block a user