UNPKG

react-gapi

Version:
6 lines (5 loc) 172 B
import React from 'react'; export declare function GoogleApiProvider({ clientId, children }: { clientId: string; children: React.ReactNode; }): React.ReactElement;