mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
This commit is contained in:
@ -5,7 +5,11 @@ import { NavContext } from '../../contexts/NavContext';
|
||||
import { IonicReactProps } from '../IonicReactProps';
|
||||
import { IonBackButtonInner } from '../inner-proxies';
|
||||
|
||||
type Props = LocalJSX.IonBackButton & IonicReactProps & {
|
||||
type Props = Omit<LocalJSX.IonBackButton, 'icon'> & IonicReactProps & {
|
||||
icon?: {
|
||||
ios: string;
|
||||
md: string;
|
||||
};
|
||||
ref?: React.RefObject<HTMLIonBackButtonElement>;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user