fix(react): updating icon type and add caret to internal icons (#20216)

This commit is contained in:
Ely Lucas
2020-01-16 09:49:32 -07:00
committed by GitHub
parent ad96c462a6
commit dc78f98153
2 changed files with 5 additions and 4 deletions

View File

@ -11,10 +11,10 @@ interface IonIconProps {
ariaLabel?: string;
color?: string;
flipRtl?: boolean;
icon?: { ios: string; md: string; };
ios?: { ios: string; md: string; };
icon?: string;
ios?: string;
lazy?: boolean;
md?: { ios: string; md: string; };
md?: string;
mode?: 'ios' | 'md';
name?: string;
size?: string;