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