Expose type ExcalidrawProps

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
fix/expose-excalidrawprops-type
Mark Tolmacs 2 months ago
parent b5652b8e36
commit 18c0b00805
No known key found for this signature in database

@ -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";

Loading…
Cancel
Save