first commit
This commit is contained in:
12
src/types/global.d.ts
vendored
Normal file
12
src/types/global.d.ts
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
declare global {
|
||||
interface Window {
|
||||
WEBFLOW_INITIALIZED?: boolean;
|
||||
Webflow?: {
|
||||
ready?: () => void;
|
||||
require?: (module: string) => any;
|
||||
destroy?: () => void;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
Reference in New Issue
Block a user