build(deps): update latest
This commit is contained in:
@ -8,7 +8,9 @@ export interface IconLinkProps {
|
||||
className?: string
|
||||
}
|
||||
|
||||
export const IconLink: React.FC<IconLinkProps> = (props) => {
|
||||
export const IconLink: React.FC<React.PropsWithChildren<IconLinkProps>> = (
|
||||
props
|
||||
) => {
|
||||
const { children, selected, href, title, className } = props
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user