types: fix types

This commit is contained in:
Evan You
2019-11-01 23:04:28 -04:00
parent 66ecd8b47f
commit 5cdeeaa702
4 changed files with 4 additions and 5 deletions

View File

@@ -73,7 +73,6 @@ export interface ComponentOptionsBase<
__isFragment?: never
__isPortal?: never
__isSuspense?: never
__isKeepAlive?: never
}
export type ComponentOptionsWithoutProps<