fix recipe ig post can't load problem
This commit is contained in:
5
src/types/global.d.ts
vendored
5
src/types/global.d.ts
vendored
@@ -4,4 +4,9 @@ interface Window {
|
||||
parse: (element?: Element) => void;
|
||||
};
|
||||
};
|
||||
instgrm?: {
|
||||
Embeds?: {
|
||||
process?: () => void;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user