mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: add AttributifyAttributes to HTMLAttributes in @vue/runtime-dom
This commit is contained in:
5
shim.d.ts
vendored
5
shim.d.ts
vendored
@@ -1,3 +1,4 @@
|
||||
import type { AttributifyAttributes } from '@unocss/preset-attributify'
|
||||
import type { ProtocolWithReturn } from 'webext-bridge'
|
||||
|
||||
declare module 'webext-bridge' {
|
||||
@@ -8,3 +9,7 @@ declare module 'webext-bridge' {
|
||||
'get-current-tab': ProtocolWithReturn<{ tabId: number }, { title?: string }>
|
||||
}
|
||||
}
|
||||
|
||||
declare module '@vue/runtime-dom' {
|
||||
interface HTMLAttributes extends AttributifyAttributes {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user