Skip to content

Commit e37e62d

Browse files
committed
add type definitions file
1 parent 851564a commit e37e62d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)