mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 14:21:00 +00:00
7 lines
121 B
TypeScript
7 lines
121 B
TypeScript
import { Printer } from "../index.js";
|
|
|
|
export declare const printers: {
|
|
estree: Printer;
|
|
"estree-json": Printer;
|
|
};
|