{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "lytenyte-core",
  "type": "registry:component",
  "title": "LyteNyte Core",
  "description": "The free Core edition of LyteNyte Grid, an incredibly fast and feature complete React DataGrid.",
  "dependencies": [
    "@1771technologies/lytenyte-core"
  ],
  "files": [
    {
      "path": "registry/lytenyte/lytenyte-core.tsx",
      "content": "import \"@1771technologies/lytenyte-core/design.css\";\nimport \"@1771technologies/lytenyte-core/shadcn.css\";\nimport \"@1771technologies/lytenyte-core/grid.css\";\nimport { Grid } from \"@1771technologies/lytenyte-core\";\n\nexport function LyteNyte<Spec extends Grid.GridSpec>(\n  props: Grid.Props<Spec> &\n    (undefined extends Spec[\"api\"]\n      ? unknown\n      : {\n          apiExtension:\n            | ((incomplete: Grid.API<Spec>) => Spec[\"api\"] | null)\n            | Spec[\"api\"];\n        }),\n) {\n  return (\n    <div className=\"ln-grid ln-shadcn h-full w-full\">\n      <Grid {...props} />\n    </div>\n  );\n}\n",
      "type": "registry:component"
    }
  ]
}