@sanity/hierarchical-document-list

3.0.63.0.7
dist/index.d.ts
~dist/index.d.tsModified
+2−4
Index: package/dist/index.d.ts
===================================================================
--- package/dist/index.d.ts
+++ package/dist/index.d.ts
@@ -1,6 +1,7 @@
 import { ArraySchemaType } from "sanity";
 import { FC } from "react";
+import "@nosferatu500/react-sortable-tree";
 declare const INTERNAL_NODE_TYPE: string;
 declare const INTERNAL_NODE_VALUE_TYPE: string;
 interface SanityReference {
   _type: 'reference';
@@ -172,12 +173,9 @@
     select: {
       id: string;
       tree: string;
     };
-    prepare({
-      id,
-      tree
-    }: {
+    prepare({ id, tree }: {
       id: string;
       tree: unknown[];
     }): Record<string, string>;
   };