Modularize documentation

This commit is contained in:
2023-08-31 15:17:42 +02:00
parent 0441f3b7c0
commit c3856479e8
17 changed files with 2291 additions and 2187 deletions

View File

@ -0,0 +1,5 @@
import { type Editor } from "../main";
export const reference = (application: Editor): string => {
return ``;
};