UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to React Native

8 lines (7 loc) 179 B
export type ExtraButtonProps = { borderless?: boolean; rippleColor?: number | string | null; rippleRadius?: number | null; foreground?: boolean; exclusive?: boolean; };