Skip to content

lit-ui-router / LitViewDeclarationTemplate

Interface: LitViewDeclarationTemplate()

Defined in: packages/lit-ui-router/src/interface.ts:202

A template function that can be used as a view declaration.

Extends

ts
LitViewDeclarationTemplate(props?): TemplateResult;

Defined in: packages/lit-ui-router/src/interface.ts:203

A template function that can be used as a view declaration.

Parameters

ParameterType
props?UIViewInjectedProps<Record<string, any>>

Returns

TemplateResult