Skip to content

Commit 653610b

Browse files
feat(utils): add HasIcon interface
1 parent 4bfbebd commit 653610b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/utils/HasIcon.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export interface HasIcon {
2+
icon: string
3+
iconClass?: string
4+
}

0 commit comments

Comments
 (0)