build(deps): update latest

This commit is contained in:
Divlo
2022-05-12 20:35:46 +02:00
parent 4cd817bb01
commit f555e406ef
27 changed files with 6675 additions and 4615 deletions

View File

@ -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 (