Tldraw/packages/editor/src/lib/components/default-components/DefaultBackground.tsx

5 wiersze
97 B
TypeScript

/** @public */
export function DefaultBackground() {
return <div className="tl-background" />
}