Expose type ExcalidrawProps

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
Mark Tolmacs 2024-12-08 17:03:10 +01:00
parent b5652b8e36
commit 18c0b00805
No known key found for this signature in database

View file

@ -294,3 +294,4 @@ export {
export { DiagramToCodePlugin } from "./components/DiagramToCodePlugin/DiagramToCodePlugin";
export { getDataURL } from "./data/blob";
export { isElementLink } from "./element/elementLink";
export type { ExcalidrawProps } from "./types";