lit-ui-router / LitViewDeclarationTemplate
Type Alias: LitViewDeclarationTemplate<T>
ts
type LitViewDeclarationTemplate<T> = RoutedLitTemplate<T> & _ViewDeclaration;Defined in: packages/lit-ui-router/src/interface.ts:226
A template function that can be used as a view declaration.
A RoutedLitTemplate intersected with the core view declaration metadata (all optional, so plain template functions remain assignable).
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends DefaultResolvesType | DefaultResolvesType |