diff --git a/packages/router/src/Set.tsx b/packages/router/src/Set.tsx index 68f722dfbdb0..64d26c0e8b1f 100644 --- a/packages/router/src/Set.tsx +++ b/packages/router/src/Set.tsx @@ -56,11 +56,10 @@ export function Set(props: SetProps) { type PrivateSetProps

= P & Omit< SetProps

, - 'private' | 'unauthenticated' | 'wrap' + 'private' | 'unauthenticated' > & { /** The page name where a user will be redirected when not authenticated */ unauthenticated: string - wrap?: WrapperType

| WrapperType

[] } /** @deprecated Please use `` instead */