import type { RefObject } from 'react'; import { View } from 'react-native'; export type A11yOrderInfo = { tag?: RefObject; views: (T | null)[]; };