mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Expose type ExcalidrawProps
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
parent
b5652b8e36
commit
18c0b00805
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue