Experimental Editor component

This commit is contained in:
davideraccagni 2022-04-22 03:59:44 +02:00
commit 8b8ffbf79a
14 changed files with 3597 additions and 4215 deletions

View file

@ -75,7 +75,7 @@ export interface EditorProps {
text?: string;
/**
* @default { modules: { toolbar }, theme: 'snow', placeholder }
* @default { modules: { toolbar, }, theme: "snow", placeholder, }
*/
options?: { modules: { toolbar }; theme: "snow"; placeholder };
}