updated
This commit is contained in:
7
src/types/global.d.ts
vendored
Normal file
7
src/types/global.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
interface Window {
|
||||
FB?: {
|
||||
XFBML: {
|
||||
parse: (element?: Element) => void;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user