import GradientBackground, { GradientBackgroundProps } from '@app/components/GradientBackground' import React from 'react' import BackgroundHeaderFlatList, { BackgroundHeaderFlatListPropsBase } from './BackgroundHeaderFlatList' export type GradientFlatListProps = BackgroundHeaderFlatListPropsBase & { backgroundProps?: GradientBackgroundProps } function GradientFlatList(props: GradientFlatListProps) { return } export default GradientFlatList