UNPKG

@tra-tech/react-native-kitra

Version:
14 lines (13 loc) 454 B
import React from 'react'; import type { SwipeableProps } from 'react-native-gesture-handler/lib/typescript/components/Swipeable'; import type { SwipeProps } from '../../types'; declare const _default: React.ForwardRefExoticComponent<SwipeProps & SwipeableProps & { theme?: { [index: string]: string; } | undefined; } & { typography?: any; } & { children?: React.ReactNode; } & React.RefAttributes<any>>; export default _default;