diff --git a/index.d.ts b/index.d.ts index 383f9fa..0d2e263 100644 --- a/index.d.ts +++ b/index.d.ts @@ -24,7 +24,6 @@ export interface FontAwesomeIconProps { mask?: IconProp maskId?: string class?: string - color?: string spin?: boolean spinPulse?: boolean spinReverse?: boolean @@ -44,7 +43,7 @@ export interface FontAwesomeIconProps { rotation?: RotateProp transform?: string | Transform symbol?: FaSymbol - style?: CSS.PropertiesHyphen + style?: CSS.PropertiesHyphen | string tabIndex?: number; title?: string; titleId?: string;