UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

10 lines (9 loc) 381 B
import { DomReplaceCommand, DomReplacer } from "ssg-api"; import { HtmlRR0Context } from "RR0Context.js"; /** * Determine page language and ddd links to page language variants, */ export declare class LanguageReplaceCommand extends DomReplaceCommand<HTMLElement, HtmlRR0Context> { constructor(); protected createReplacer(context: HtmlRR0Context): Promise<DomReplacer>; }