types: fix Transition exported typing
This commit is contained in:
@@ -210,6 +210,7 @@ const KeepAliveImpl = {
|
||||
}
|
||||
|
||||
// export the public type for h/tsx inference
|
||||
// also to avoid inline import() in generated d.ts files
|
||||
export const KeepAlive = (KeepAliveImpl as any) as {
|
||||
new (): {
|
||||
$props: KeepAliveProps
|
||||
|
||||
Reference in New Issue
Block a user