added tons of features
This commit is contained in:
5
components/shared/icons/props.ts
Normal file
5
components/shared/icons/props.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default interface IconProps {
|
||||
className?: string
|
||||
size?: string | number
|
||||
color?: string
|
||||
}
|
||||
Reference in New Issue
Block a user