fix another missing type
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { UmbInstallerContext } from '../installer.context.js';
|
||||
import { html } from '@umbraco-cms/backoffice/external/lit';
|
||||
import { html, TemplateResult } from '@umbraco-cms/backoffice/external/lit';
|
||||
|
||||
export const installerContextProvider = (story: any, installerContext = new UmbInstallerContext()) => html`
|
||||
export const installerContextProvider = (story: () => Node | string | TemplateResult, installerContext = new UmbInstallerContext()) => html`
|
||||
<umb-context-provider
|
||||
style="display: block;margin: 2rem 25%;padding: 1rem;border: 1px solid #ddd;"
|
||||
key="umbInstallerContext"
|
||||
|
||||
Reference in New Issue
Block a user