fix: type issue

pull/5775/head
Peng Xiao 2022-05-20 16:24:51 +08:00
parent 7038e6cbe6
commit 4b7a72361a
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ import type { TLReactShape } from './TLReactShape'
import type { TLReactEventMap } from '~types'
export class TLReactApp<S extends TLReactShape = TLReactShape> extends TLApp<S, TLReactEventMap> {
pubEvent: any
pubEvent?: any
}