index.d.ts 101 B

123
  1. import { GooglePhoto } from './google-photo';
  2. export { GooglePhoto };
  3. export default GooglePhoto;