react-native-actions-sheet
Version:
A Cross Platform(Android & iOS) ActionSheet with a robust and flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.
9 lines • 341 B
TypeScript
export declare function getAccessibilityInfo(): Promise<{
prefersCrossFadeTransitions: boolean;
isReduceMotionEnabled: boolean;
}>;
export declare function useAccessibility(): import("react").RefObject<{
prefersCrossFadeTransitions: boolean;
isReduceMotionEnabled: boolean;
}>;
//# sourceMappingURL=use-accessibility.d.ts.map