react-native-ui-lib
Version:
[](https://stand-with-ukraine.pp.ua)
7 lines (6 loc) • 364 B
TypeScript
import React, { PropsWithChildren } from 'react';
import usePresenter from './usePresenter';
import { SortableItemProps } from './types';
declare function SortableItem(props: PropsWithChildren<SortableItemProps & ReturnType<typeof usePresenter>>): React.JSX.Element;
declare const _default: React.MemoExoticComponent<typeof SortableItem>;
export default _default;