Function: getIconForProperty
▸ getIconForProperty(property
, color?
, fontSize?
): React.ReactNode
Parameters
Name | Type | Default value |
---|---|---|
property | ResolvedProperty | PropertyOrBuilder | undefined |
color | "error" | "disabled" | "action" | "inherit" | "primary" | "secondary" | "inherit" |
fontSize | undefined | "small" | "inherit" | "medium" | "large" | "inherit" |
Returns
React.ReactNode