UNPKG

@authduo/authduo

Version:

Free User-sovereign Authentication for the World

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