Update icon type

This commit is contained in:
Chi-Hsuan Huang 2022-05-20 14:35:48 +08:00
parent eb5d9b82fa
commit e16aae9a82
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ type CustomerEffortScoreProps = {
onNoticeShownCallback?: () => void;
onNoticeDismissedCallback?: () => void;
onModalShownCallback?: () => void;
icon?: React.ReactNode;
icon?: React.ReactElement | null;
};
/**