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