UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

5 lines (4 loc) 214 B
import { HtmlSsgContext } from "ssg-api"; export interface DomReplacement<C extends HtmlSsgContext = HtmlSsgContext, E extends HTMLElement = HTMLElement> { replacement(context: C, element: E): Promise<Node>; }