All files / components / auth / index.ts

100.00% Branches 0/0
100.00% Lines 11/11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 
 
 
 
x2
x2
x2
x2
x2
x2
x2
x2
x2
x2
x2













/**
 * 认证组件统一导出
 */

export {
  default as LoginButton,
  GitHubLoginButton,
  SimpleLoginButton,
} from "./LoginButton.tsx";
export { default as UserProfile, UserAvatar } from "./UserProfile.tsx";
export {
  default as AuthGuard,
  GuestOnlyGuard,
  InlineAuthGuard,
} from "./AuthGuard.tsx";