UNPKG

@itgold/grandbazar-ui-kit

Version:

Grandbazar.io UI component library: React, Typescript, Tailwind, Rollup, Storybook, Jest.

5 lines (4 loc) 87 B
export interface IDraggableItem { id: number | string; content: React.ReactNode; }