small patch

This commit is contained in:
Daniel 2023-07-03 18:15:25 +03:30
parent e6fff06b3d
commit ae1682ad55

View File

@ -1,9 +1,9 @@
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { IconDefinition } from "@fortawesome/free-regular-svg-icons";
import { IconProp } from "@fortawesome/fontawesome-svg-core";
type Props = {
onClick: Function;
icon?: IconDefinition;
icon?: IconProp;
label: string;
loading: boolean;
className?: string;