mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
move tldraw/next inside of logseq
This commit is contained in:
5
tldraw/packages/react/src/lib/TLReactApp.ts
Normal file
5
tldraw/packages/react/src/lib/TLReactApp.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { TLApp } from '@tldraw/core'
|
||||
import type { TLReactShape } from './TLReactShape'
|
||||
import type { TLReactEventMap } from '~types'
|
||||
|
||||
export class TLReactApp<S extends TLReactShape = TLReactShape> extends TLApp<S, TLReactEventMap> {}
|
||||
Reference in New Issue
Block a user