File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ export interface DropdownAlertProps {
4141 sensitivity ?: number ;
4242 defaultContainer ?: object | number ;
4343 defaultTextContainer ?: object | number ;
44- renderImage ?( props : DropdownAlertProps , state : { type : string } ) : ReactNode ;
45- renderCancel ?( props : DropdownAlertProps , state : { type : string } ) : ReactNode ;
46- renderTitle ?( props : DropdownAlertProps , state : { type : string } ) : ReactNode ;
47- renderMessage ?( props : DropdownAlertProps , state : { type : string } ) : ReactNode ;
44+ renderImage ?( props : DropdownAlertProps , state : AlertDataType ) : ReactNode ;
45+ renderCancel ?( props : DropdownAlertProps , state : AlertDataType ) : ReactNode ;
46+ renderTitle ?( props : DropdownAlertProps , state : AlertDataType ) : ReactNode ;
47+ renderMessage ?( props : DropdownAlertProps , state : AlertDataType ) : ReactNode ;
4848 testID ?: string ;
4949 accessibilityLabel ?: string ;
5050 accessible ?: boolean ;
You can’t perform that action at this time.
0 commit comments