UNPKG

react-native-a11y-order

Version:

ReactNative library for managing screen reader focus ordering

8 lines 406 B
import React from 'react'; import { IndexCommands } from '../../types/A11yIndex.types'; export declare const A11yIndex: React.MemoExoticComponent<React.ForwardRefExoticComponent<{ children: React.ReactNode; index: number; orderType?: "default" | "child" | "legacy" | undefined; } & import("react-native").ViewProps & React.RefAttributes<IndexCommands>>>; //# sourceMappingURL=A11yIndex.d.ts.map