Skip to content

Commit d920e83

Browse files
committed
fix: add missing type definition for taglib
1 parent 23e36a0 commit d920e83

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/cool-carrots-cheat.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@marko/babel-utils": patch
3+
"@marko/compiler": patch
4+
"marko": patch
5+
"@marko/translator-default": patch
6+
---
7+
8+
Add missing type definition for taglib.

packages/babel-utils/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ export interface Tag {
119119
}>;
120120
htmlType?: "html" | "svg" | "math";
121121
html?: boolean;
122+
types?: string;
122123
template?: string;
123124
renderer?: string;
124125
deprecated?: boolean;

0 commit comments

Comments
 (0)