refactor: adjust internal vnode types + more dts tests
This commit is contained in:
@@ -26,7 +26,6 @@ export type ComponentPublicInstance<
|
||||
M extends MethodOptions = {},
|
||||
PublicProps = P
|
||||
> = {
|
||||
[key: string]: any
|
||||
$data: D
|
||||
$props: PublicProps
|
||||
$attrs: Data
|
||||
|
||||
Reference in New Issue
Block a user