Files

14 lines
218 B
TypeScript
Raw Permalink Normal View History

2026-03-14 20:41:55 +00:00
import { Parser, Printer } from "../index.js";
export declare const parsers: {
angular: Parser;
html: Parser;
lwc: Parser;
mjml: Parser;
vue: Parser;
};
export declare const printers: {
html: Printer;
};