sanity-plugin-mux-input
4.1.74.1.8
dist/index.d.ts~
dist/index.d.tsModified+3−2
Index: package/dist/index.d.ts
===================================================================
--- package/dist/index.d.ts
+++ package/dist/index.d.ts
@@ -1,4 +1,5 @@
+import "sanity";
import MuxPlayerElement from "@mux/mux-player";
import { PartialDeep } from "type-fest";
/**
* All static rendition resolution options supported by Mux
@@ -108,11 +109,11 @@
disableDrmPlaybackWarning?: boolean;
/**
* The mime types that are accepted by the input.
*
- * @see {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/accept}
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/accept}
* @defaultValue ['video/*','audio/*']
- */
+ */
acceptedMimeTypes?: ('audio/*' | 'video/*')[];
/**
* Maximum file size allowed for video uploads in bytes.
* If not specified, no file size validation will be performed.