Searched defs:PressableProps (Results 1 – 4 of 4) sorted by relevance
22 export type PressableProps = Omit<NativePressableProps, 'children' | 'style'> & WebPressableProps; alias
36 extends AccessibilityProps,37 Omit<ViewProps, 'children' | 'style' | 'hitSlop'> {
262 interface PressableProps { interface