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