For AI agents: the documentation index is at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
Layout item
Layout item type reference.
Layout type
Layout<TData> is an array of LayoutItem<TData> objects:
import { type Layout } from "@dnd-grid/react";
type CardData = { kind: "chart" | "text" };
const layout: Layout<CardData> = [
{ id: "a"
Published with Edda