File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
2626google . picker . PickerBuilder ;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments