UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

7 lines (6 loc) 364 B
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;