UNPKG

@bee-design/ui

Version:

Bee Design React UI Library.

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