Skip to content

Commit

Permalink
refactor: remove repeated type
Browse files Browse the repository at this point in the history
(cherry picked from commit 90140c9)
  • Loading branch information
BeADre committed Oct 11, 2023
1 parent fc88fd0 commit c69389e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/varlet-vscode-extension/src/webTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,6 @@ export type HtmlAttributeValue =
kind: string
type: Type
}
| {
kind: string
type: Type
required?: boolean
}
| {
kind: string
type: Type
required?: boolean
}
| {
kind: string
type: Type
required?: boolean
}
| {
kind: string
type: Type
Expand Down

0 comments on commit c69389e

Please sign in to comment.