@rr0/cms
Version:
RR0 Content Management System (CMS)
8 lines (7 loc) • 315 B
TypeScript
import { HtmlRR0Context } from "../RR0Context.js";
import { ReferenceGenerator } from "../ReferenceGenerator.js";
export declare class NoteRenderer {
protected counter: ReferenceGenerator<any>;
constructor(counter: ReferenceGenerator<any>);
render(context: HtmlRR0Context, html: string): HTMLElement;
}