rebuild hrm
This commit is contained in:
7
node_modules/prettier/plugins/html.d.ts
generated
vendored
7
node_modules/prettier/plugins/html.d.ts
generated
vendored
@@ -1,8 +1,13 @@
|
||||
import { Parser } from "../index.js";
|
||||
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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user