6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
export default interface IconProps {
|
|
className?: string
|
|
size?: string | number
|
|
color?: string
|
|
}
|