We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0174472 + 94c64dc commit db39fbfCopy full SHA for db39fbf
packages/engine/web/src/lib/view.ts
@@ -9,7 +9,7 @@ export function isView<P extends Profile>(profile: Profile): profile is (ViewPro
9
export type ViewProfile = Profile & LocationProfile
10
11
export abstract class ViewPlugin extends Plugin {
12
- abstract render(): Element
+ abstract render(): any
13
14
constructor(public profile: ViewProfile) {
15
super(profile)
0 commit comments