Searched refs:PressableStateCallbackType (Results 1 – 6 of 6) sorted by relevance
2 import { Pressable as NativePressable, StyleProp, ViewStyle, PressableStateCallbackType as NativePr…4 export type PressableStateCallbackType = NativePressableStateCallbackType & { alias15 children?: React.ReactNode | ((state: PressableStateCallbackType) => React.ReactNode);20 style?: StyleProp<ViewStyle> | ((state: PressableStateCallbackType) => StyleProp<ViewStyle>);
1 …PressableStateCallbackType as NativePressableStateCallbackType,\n} from 'react-native';\n\ntype Na…
6 PressableStateCallbackType as NativePressableStateCallbackType,12 export type PressableStateCallbackType = NativePressableStateCallbackType & {24 children?: React.ReactNode | ((state: PressableStateCallbackType) => React.ReactNode);30 style?: StyleProp<ViewStyle> | ((state: PressableStateCallbackType) => StyleProp<ViewStyle>);
24 export interface PressableStateCallbackType { interface92 | ((state: PressableStateCallbackType) => React.ReactNode)155 | ((state: PressableStateCallbackType) => StyleProp<ViewStyle>)
257 interface PressableStateCallbackType { interface265 | ((state: PressableStateCallbackType) => React.ReactNode)269 | ((state: PressableStateCallbackType) => RN.StyleProp<ViewStyle>);