IconProps
Definition
export type IconProps =
| FontAwesomeIconProps
| PhosphorIconProps
| ImageIconProps
| TextIconProps
| (BaseIconProps & { icon: ReactElement });Usage
import { undefined } from 'uxp/components';Last updated