Tldraw/packages/tldraw/api-report.md

666 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 { TldrawUiContextProviderProps } from '@tldraw/ui';

// @public (undocumented)
export function Tldraw(props: Omit<TldrawEditorProps, 'config' | 'store'> & TldrawUiContextProviderProps & {
    persistenceKey?: string;
    hideUi?: boolean;
    config?: TldrawEditorProps['config'];
}): JSX.Element;


export * from "@tldraw/editor";
export * from "@tldraw/tlsync-client";
export * from "@tldraw/ui";

// (No @packageDocumentation comment for this package)