Tldraw/packages/tldraw/api-report.md

472 B

API Report File for "@tldraw/tldraw"

Do not edit this file. It is a report generated by API Extractor.


import { TldrawEditorProps } from '@tldraw/editor';
import { TldrawUiProps } from '@tldraw/ui';

// @public (undocumented)
export function Tldraw(props: TldrawEditorProps & TldrawUiProps): JSX.Element;


export * from "@tldraw/editor";
export * from "@tldraw/ui";

// (No @packageDocumentation comment for this package)