UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 211 B
import { PerFileCounter } from "../PerFileCounter.js"; import { HtmlRR0Context } from "../RR0Context.js"; export declare class NoteFileCounter extends PerFileCounter<HtmlRR0Context> { get value(): string; }