types: improve typing
This commit is contained in:
@@ -15,6 +15,7 @@ export type ComponentPublicInstance<
|
||||
M = {},
|
||||
PublicProps = P
|
||||
> = {
|
||||
[key: string]: any
|
||||
$data: D
|
||||
$props: PublicProps
|
||||
$attrs: Data
|
||||
|
||||
Reference in New Issue
Block a user