sanity-plugin-bynder-input

5.0.25.0.3
dist/index.d.ts
~dist/index.d.tsModified
+1
Index: package/dist/index.d.ts
===================================================================
--- package/dist/index.d.ts
+++ package/dist/index.d.ts
@@ -1,4 +1,5 @@
+import "@sanity/ui/styles.css";
 import { ObjectDefinition, ObjectInputProps, ObjectOptions, Plugin, SchemaType } from "sanity";
 import { CompactViewProps, PortalConfig } from "@bynder/compact-view";
 declare const bynderAssetSchemaName = "bynder.asset";
 type BynderAssetType = 'AUDIO' | 'DOCUMENT' | 'IMAGE' | 'VIDEO';