first commit
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
import 'vue'
|
||||
import type {AttributifyAttributes} from '@unocss/preset-attributify'
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
type Hooks = App.AppInstance & Page.PageInstance
|
||||
|
||||
interface ComponentCustomOptions extends Hooks {
|
||||
}
|
||||
}
|
||||
|
||||
declare module '@vue/runtime-dom' {
|
||||
interface HTMLAttributes extends AttributifyAttributes {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user