chore(packages/excalidraw): export Fonts helper class (#11008)

This commit is contained in:
David Luzar
2026-03-21 22:44:27 +01:00
committed by GitHub
parent 987173b52f
commit a9ca16eb42
+2
View File
@@ -382,6 +382,8 @@ export { DiagramToCodePlugin } from "./components/DiagramToCodePlugin/DiagramToC
export { getDataURL } from "./data/blob";
export { isElementLink } from "@excalidraw/element";
export { Fonts } from "./fonts/Fonts";
export { setCustomTextMetricsProvider } from "@excalidraw/element";
export { CommandPalette } from "./components/CommandPalette/CommandPalette";