export const DisablePullToRefresh = ({ enabled }: { enabled: boolean | undefined }) => { return enabled ? : null }