UNPKG

@diplodoc/translation

Version:
10 lines (9 loc) 290 B
export declare class BaseElement { tag: string; children: BaseElement[]; compact?: boolean; attrs: Record<string, string>; setAttr(key: string, value: string): void; appendElement(element: BaseElement): void; toString(attrs?: Record<string, unknown>): string; }