Skip to content

Commit b81de77

Browse files
🤖 Merge PR DefinitelyTyped#74191 [google.picker]: automated update to Google Picker cl/842304549 by @googleworkspace-bot
1 parent 2acce86 commit b81de77

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

‎types/google.picker/google.picker-tests.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// https://issuetracker.google.com/issues/new?component=191628
2121

2222
// Skipping tests by updating with checksum
23-
// 860712ae1e08361c68900a5571d8c33e
23+
// c64c6a4346aeb5248db4c9af2c5ccb2f
2424

2525
// tslint:disable:no-unused-expression
2626
google.picker.PickerBuilder;

‎types/google.picker/index.d.ts‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ declare namespace google {
2626
* noted otherwise, the return type of methods below is of type
2727
* `PickerBuilder`, allowing you to chain one call after another.
2828
*
29+
* Note: The
30+
* {@link https://npmjs.com/package/@googleworkspace/drive-picker-element
31+
* | @googleworkspace/drive-picker-element} custom web component is a
32+
* streamlined way to integrate the Google Picker into your web app. For
33+
* React applications, use the
34+
* {@link https://npmjs.com/package/@googleworkspace/drive-picker-react
35+
* | @googleworkspace/drive-picker-react} React component.
36+
*
2937
* @example Build a basic `Picker` using the builder pattern.
3038
*
3139
* ```ts

0 commit comments

Comments
 (0)