You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type __Instance = {${isVapor ? '\n/** @deprecated This is only a type when used in Vapor Instances. */' : ''}
46
+
type __Instance = (typeof __component extends new (...args: any) => any ? InstanceType<typeof __component> : typeof __component) & {${isVapor ? '\n/** @deprecated This is only a type when used in Vapor Instances. */' : ''}
47
47
$props: __Props
48
-
} & (typeof __component extends new (...args: any) => any ? InstanceType<typeof __component> : typeof __component)
0 commit comments