Skip to content

Commit

Permalink
feat:depromeet#11 Add Login Type
Browse files Browse the repository at this point in the history
  • Loading branch information
sean2337 committed Jul 6, 2024
1 parent 3e72f96 commit c7d6d4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/types/loginType/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export type loginType = {
type: "google" | "kakao";
};

export type loginBtnType = {
type: "google" | "kakao";
handler: () => void;
};

0 comments on commit c7d6d4f

Please sign in to comment.