sanity-plugin-cloudinary
2.0.102.0.11
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
@@ -79,9 +79,9 @@
openMediaLibrary: (config: any, callbacks: any) => void;
createMediaLibrary: (config: any, callbacks?: any) => CloudinaryMediaLibrary;
};
}
-} //# sourceMappingURL=types.d.ts.map
+}
declare const cloudinarySchemaPlugin: import("sanity").Plugin<void>;
declare const cloudinaryImageSource: AssetSource;
declare const cloudinaryAssetSourcePlugin: import("sanity").Plugin<void>;
export { type AssetDocument, type CloudinaryAsset, type CloudinaryAssetContext, type CloudinaryAssetContextCustom, type CloudinaryAssetDerived, cloudinaryAssetContext, cloudinaryAssetContextCustom, cloudinaryAssetDerivedSchema, cloudinaryAssetSchema, cloudinaryAssetSourcePlugin, cloudinaryImageSource, cloudinarySchemaPlugin };