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 314feaa + db39fbf commit 9dbbbc9Copy full SHA for 9dbbbc9
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