@vineyardbovines/react-native-nitro-stylesheet
Version:
Performant, extended StyleSheet for React Native
21 lines (20 loc) • 814 B
text/typescript
export interface AccessibilitySettings {
isReduceMotionEnabled: boolean | null;
isReduceTransparencyEnabled: boolean | null;
isGrayscaleEnabled: boolean | null;
isBoldTextEnabled: boolean | null;
isVoiceOverEnabled: boolean | null;
isSwitchControlEnabled: boolean | null;
isVideoAutoplayEnabled: boolean | null;
isClosedCaptioningEnabled: boolean | null;
isDarkerSystemColorsEnabled: boolean | null;
isMonoAudioEnabled: boolean | null;
isShakeToUndoEnabled: boolean | null;
isDifferentiateWithoutColorEnabled: boolean | null;
isInvertColorsEnabled: boolean | null;
isShowButtonShapesEnabled: boolean | null;
prefersCrossFadeTransitions: boolean | null;
isSpeakScreenEnabled: boolean | null;
isSpeakSelectionEnabled: boolean | null;
isOnOffSwitchLabelsEnabled: boolean | null;
}