Skip to content

Commit

Permalink
refactor: remove repeated type
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed Oct 11, 2023
1 parent 989709d commit 90140c9
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

2 comments on commit 90140c9

@vercel
Copy link

@vercel vercel bot commented on 90140c9 Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

varlet – ./

varlet-git-main-varletjs.vercel.app
varlet-varletjs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 90140c9 Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.