mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(react): updating icon type and add caret to internal icons (#20216)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user