react-native-a11y-order
Version:
ReactNative library for managing screen reader focus ordering
8 lines • 383 B
TypeScript
import React from 'react';
import { IndexCommands } from '../../types/A11yIndex.types';
export declare const A11yIndex: React.ForwardRefExoticComponent<{
children: React.ReactNode;
index: number;
orderType?: "default" | "child" | "legacy" | undefined;
} & import("react-native").ViewProps & React.RefAttributes<IndexCommands>>;
//# sourceMappingURL=A11yIndex.web.d.ts.map