diff --git a/index.d.ts b/index.d.ts index e07f768b..b9619263 100644 --- a/index.d.ts +++ b/index.d.ts @@ -21,7 +21,7 @@ export type Props = FontAwesomeIconProps type BackwardCompatibleOmit = Pick>; export interface FontAwesomeIconProps extends BackwardCompatibleOmit, 'children' | 'mask' | 'transform'> { - forwardedRef?: ((e: any) => void) | React.RefObject + forwardedRef?: ((e: any) => void) | React.MutableRefObject | null icon: IconProp mask?: IconProp className?: string