Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 4bb0ff7

Browse files
committed
chore: update generated types
1 parent e752ff0 commit 4bb0ff7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

scripts/generate-global-types.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,19 @@ async function generateComponents() {
110110
role?: string;
111111
tabindex?: number | string;
112112
value?: unknown
113+
id?: string
114+
viewBox?: unknown
115+
src?: unknown
116+
srcset?: unknown
117+
crossOrigin?: unknown
118+
srcSet?: unknown
119+
loading?: unknown
120+
alt?: unknown
121+
referrerPolicy?: unknown
122+
focusable?: unknown
123+
type?: unknown
124+
disabled?: unknown
125+
href?: unknown
113126
// should be removed after Vue supported component events typing
114127
// see: https://github.com/vuejs/vue-next/issues/1553
115128
// https://github.com/vuejs/vue-next/issues/3029

0 commit comments

Comments
 (0)