mdat-plugin-tldraw 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,10 @@
1
+ import * as type_fest0 from "type-fest";
2
+
3
+ //#region src/index.d.ts
4
+ declare const _default: {
5
+ tldraw: {
6
+ content(options?: type_fest0.JsonValue | undefined): Promise<string>;
7
+ };
8
+ };
9
+ //#endregion
10
+ export { _default as default };