We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ba3d7 commit 59ee329Copy full SHA for 59ee329
1 file changed
types.d.ts
@@ -89,3 +89,8 @@ interface ComponentizeOutput {
89
*/
90
imports: [[string, string]][]
91
}
92
+
93
+/**
94
+ * ComponentizeJS version string
95
+ */
96
+export const version: string
0 commit comments