Alignment handled as string instead of objects

This commit is contained in:
Clément Pons
2025-08-26 10:17:46 +02:00
parent 893247e1eb
commit 6fe3746df4
4 changed files with 26 additions and 19 deletions

View File

@@ -5,6 +5,7 @@ import { popper } from "#shared/floating.util";
import { Canvas } from "#shared/canvas.util";
import { Content, iconByType, type LocalContent } from "#shared/content.util";
import { unifySlug } from "#shared/general.util";
import { loading } from "./components.util";
export type CustomProse = (properties: any, children: NodeChildren) => Node;