Interface PlaybackSelectionViewProps

interface PlaybackSelectionViewProps {
    menuStyle?: StyleProp<ViewStyle>;
    values: PlaybackRateValue[];
}

Properties

Properties

menuStyle?: StyleProp<ViewStyle>

Generated using TypeDoc