Skip to content

Commit

Permalink
Chore: IconKind type 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinkr committed Apr 5, 2023
1 parent 7e93150 commit d7e6ee1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/@types/styles/icon.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export type IconKind =
| 'map'
| 'home'
| 'accountCircle'
| 'school'
| 'notification'
| 'menu'
| 'arrowBack';

0 comments on commit d7e6ee1

Please sign in to comment.