We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851564a commit e37e62dCopy full SHA for e37e62d
index.d.ts
@@ -0,0 +1,8 @@
1
+export default responsiveEmbeds;
2
+declare function responsiveEmbeds(
3
+ items: string | HTMLElement | NodeList,
4
+ params?: {
5
+ watch?: boolean | string | HTMLElement;
6
+ wrapClass?: string;
7
+ }
8
+): void;
0 commit comments