feat(packages/excalidraw): export CommandPalette (#10724)

feat: export CommandPalette
This commit is contained in:
David Luzar
2026-01-31 20:24:20 +01:00
committed by GitHub
parent 94364af68f
commit f7b537a8b1
+2
View File
@@ -317,3 +317,5 @@ export { getDataURL } from "./data/blob";
export { isElementLink } from "@excalidraw/element";
export { setCustomTextMetricsProvider } from "@excalidraw/element";
export { CommandPalette } from "./components/CommandPalette/CommandPalette";