Skip to content

Commit

Permalink
changing renderFooterContent ts type
Browse files Browse the repository at this point in the history
  • Loading branch information
abzokhattab committed Jan 27, 2024
1 parent dddbe10 commit eb30b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OptionsList/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ type OptionsListProps = {
bounces?: boolean;

/** Custom content to display in the floating footer */
renderFooterContent?: () => JSX.Element;
renderFooterContent?: JSX.Element;

/** Whether to show a button pill instead of a standard tickbox */
shouldShowMultipleOptionSelectorAsButton: boolean;
Expand Down

0 comments on commit eb30b85

Please sign in to comment.