BlueWallet/components/react-native-draggable-flatlist/index.tsx
Marcos Rodriguez Vélez 1c9fa414eb
GestureHandler
2022-01-26 10:54:32 -05:00

4 lines
168 B
TypeScript

import DraggableFlatList from './components/DraggableFlatList';
export * from './components/CellDecorators';
export * from './types';
export default DraggableFlatList;