UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

4 lines (3 loc) 134 B
import { DraggableItemProps } from './interface'; declare function Item(props: DraggableItemProps): JSX.Element; export default Item;