add prettier tailwind

This commit is contained in:
2025-07-02 19:14:47 +02:00
parent 142d2986b6
commit 389b6db432
102 changed files with 55921 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
import { Parser } from "../index.js";
export declare const parsers: {
__ng_action: Parser;
__ng_binding: Parser;
__ng_directive: Parser;
__ng_interpolation: Parser;
};