import { Tldraw } from '@tldraw/tldraw' import '@tldraw/tldraw/editor.css' import '@tldraw/tldraw/ui.css' export default function Example() { return (
} topZone={} />
) } function CustomShareZone() { return (

Share Zone

) } function CustomTopZone() { return (

Top Zone

) }