UNPKG

@e280/authlocal

Version:

User-sovereign login system for everybody

7 lines (6 loc) 335 B
import { Situation } from "../../../logic/situation.js"; export declare const IngressPage: (props: [situation: Situation.Ingress], meta?: Partial<{ content: import("lit-html").TemplateResult; auto_exportparts: boolean; attrs: import("@benev/slate").ShadowAttrs; }>) => import("lit-html/directive.js").DirectiveResult<any>;