react-native-ui-lib
Version:
[](https://stand-with-ukraine.pp.ua)
6 lines (5 loc) • 303 B
TypeScript
import React from 'react';
import type { SortableListProps, SortableListItemProps } from './types';
export { SortableListProps, SortableListItemProps };
declare const SortableList: <ItemT extends SortableListItemProps>(props: SortableListProps<ItemT>) => React.JSX.Element;
export default SortableList;