Update icon type
This commit is contained in:
parent
eb5d9b82fa
commit
e16aae9a82
|
@ -19,7 +19,7 @@ type CustomerEffortScoreProps = {
|
|||
onNoticeShownCallback?: () => void;
|
||||
onNoticeDismissedCallback?: () => void;
|
||||
onModalShownCallback?: () => void;
|
||||
icon?: React.ReactNode;
|
||||
icon?: React.ReactElement | null;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue