Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/deps/@dnd-kit/sortable.ts>SortableContextProps

Deno-powered framework for building business web apps
Go to Latest
interface SortableContextProps
import { type SortableContextProps } from "https://deno.land/x/netzo@0.3.91/deps/@dnd-kit/sortable.ts";

Properties

children: React.ReactNode
items: (UniqueIdentifier | { id: UniqueIdentifier; })[]
optional
strategy: SortingStrategy
optional
id: string
optional
disabled: boolean | Disabled