## API Report File for "@tldraw/tldraw" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts 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) ```