@fortawesome/react-fontawesome
Advanced tools
Comparing version 0.1.0-5 to 0.1.0-6
/// <reference types="react" /> | ||
import { CSSProperties } from "react"; | ||
import { CSSProperties } from 'react' | ||
import { | ||
@@ -11,23 +11,23 @@ Transform, | ||
FaSymbol | ||
} from "@fortawesome/fontawesome-svg-core"; | ||
} from '@fortawesome/fontawesome-svg-core' | ||
export function FontAwesomeIcon(props: Props): JSX.Element; | ||
export function FontAwesomeIcon(props: Props): JSX.Element | ||
export interface Props { | ||
icon: IconProp; | ||
mask?: IconProp; | ||
className?: string; | ||
spin?: boolean; | ||
pulse?: boolean; | ||
border?: boolean; | ||
fixedWidth?: boolean; | ||
inverse?: boolean; | ||
listItem?: boolean; | ||
flip?: FlipProp; | ||
size?: SizeProp; | ||
pull?: PullProp; | ||
rotate?: RotateProp; | ||
transform?: string | Transform; | ||
symbol?: FaSymbol; | ||
style?: CSSProperties; | ||
icon: IconProp | ||
mask?: IconProp | ||
className?: string | ||
spin?: boolean | ||
pulse?: boolean | ||
border?: boolean | ||
fixedWidth?: boolean | ||
inverse?: boolean | ||
listItem?: boolean | ||
flip?: FlipProp | ||
size?: SizeProp | ||
pull?: PullProp | ||
rotation?: RotateProp | ||
transform?: string | Transform | ||
symbol?: FaSymbol | ||
style?: CSSProperties | ||
} |
{ | ||
"name": "@fortawesome/react-fontawesome", | ||
"description": "Official React component for Font Awesome 5", | ||
"version": "0.1.0-5", | ||
"version": "0.1.0-6", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "module": "index.es.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45535