UNPKG

react-native-a11y-order

Version:

ReactNative library for managing screen reader focus ordering

14 lines 965 B
/// <reference types="react" /> export type { IndexCommands, A11yOrderType, A11yOrderTypeEnum, A11yIndexProps, } from './types/A11yIndex.types'; export type { A11yContainerTypeEnum, A11yContainerType, A11yContainerProps, } from './types/A11yContainerView.types'; export declare const A11y: { Order: import("react").NamedExoticComponent<import("react-native").ViewProps>; Index: import("react").MemoExoticComponent<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>>>; Group: import("react").ExoticComponent<import("./types/A11yGroup.types").A11yGroupProps>; Container: import("react").ExoticComponent<import("./types/A11yContainerView.types").A11yContainerProps>; }; //# sourceMappingURL=index.d.ts.map