chore(stencil): update to v1.14 (#21458)

This commit is contained in:
Brandy Carney
2020-06-10 11:36:02 -04:00
committed by GitHub
parent 17375d2325
commit cf3035778c
8 changed files with 186 additions and 104 deletions

View File

@ -196,7 +196,7 @@ Type: `Promise<void>`
### `scrollToPoint(x: number | null | undefined, y: number | null | undefined, duration?: number) => Promise<void>`
### `scrollToPoint(x: number | undefined | null, y: number | undefined | null, duration?: number) => Promise<void>`
Scroll to a specified X/Y location in the component.