sanity-plugin-documents-pane

4.1.184.1.19
dist/index.d.ts
~dist/index.d.tsModified
+1−1
Index: package/dist/index.d.ts
===================================================================
--- package/dist/index.d.ts
+++ package/dist/index.d.ts
@@ -1,8 +1,8 @@
 import "@sanity/ui/styles.css";
-import { ComponentProps } from "react";
 import { ListenQueryOptions } from "sanity";
 import { UserViewComponent } from "sanity/structure";
+import { ComponentProps } from "react";
 type DocumentVersionsCollection = ComponentProps<UserViewComponent>['document'];
 type DocumentsPaneQueryParamsObject = Record<string, string>;
 type DocumentsPaneQueryParamsFn = (params: {
   document: DocumentVersionsCollection;