UNPKG

@react-google-maps/api

Version:
8 lines (7 loc) 194 B
type InjectScriptArg = { url: string; id: string; nonce?: string | undefined; }; export declare function injectScript({ url, id, nonce, }: InjectScriptArg): Promise<any>; export {};