small patch
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
|
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
|
||||||
import { IconDefinition } from "@fortawesome/free-regular-svg-icons";
|
import { IconProp } from "@fortawesome/fontawesome-svg-core";
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
onClick: Function;
|
onClick: Function;
|
||||||
icon?: IconDefinition;
|
icon?: IconProp;
|
||||||
label: string;
|
label: string;
|
||||||
loading: boolean;
|
loading: boolean;
|
||||||
className?: string;
|
className?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user