@tra-tech/react-native-kitra
Version:
UI kit for React Native
14 lines (13 loc) • 454 B
TypeScript
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;