UNPKG

react-native-paper-select

Version:

Material Design Select Dropdown Component using React Native Paper

9 lines (8 loc) 272 B
import type { TextStyle } from 'react-native'; export interface PaperSelectCheckboxProps { checkboxColor?: string; checkboxUncheckedColor?: string; checkboxLabelStyle?: TextStyle; checkboxLabelVariant?: any; checkboxMode?: 'android' | 'ios'; }