diff --git a/src/components/OptionsList/types.ts b/src/components/OptionsList/types.ts index 12e44adb5800..ae9b0236843e 100644 --- a/src/components/OptionsList/types.ts +++ b/src/components/OptionsList/types.ts @@ -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;