UNPKG

@react-google-maps/api

Version:
7 lines (6 loc) 163 B
interface InjectScriptArg { url: string; id: string; } export declare const injectScript: ({ url, id }: InjectScriptArg) => Promise<any>; export {};