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
+5
View File
@@ -0,0 +1,5 @@
import { Parser } from "../index.js";
export declare const parsers: {
flow: Parser;
};