Skip to content

Commit

Permalink
create :: icon type
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Aug 6, 2024
1 parent ef49263 commit d54450b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/IconType.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export type IconPropsType = {
size?: number;
color?: string;
};

0 comments on commit d54450b

Please sign in to comment.