From c3ffda0f7d3c67844db16dd0f4b75e88e79cdfee Mon Sep 17 00:00:00 2001 From: karthik2804 Date: Mon, 10 Mar 2025 09:30:01 +0100 Subject: [PATCH] add version export to types.d.ts Signed-off-by: karthik2804 --- types.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/types.d.ts b/types.d.ts index 5c42607f..f3233432 100644 --- a/types.d.ts +++ b/types.d.ts @@ -89,3 +89,8 @@ interface ComponentizeOutput { */ imports: [[string, string]][] } + +/** + * ComponentizeJS version string + */ +export const version: string \ No newline at end of file