mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-01 03:20:46 +08:00
* Add createButton types for googlepay New API changes added createButton, a method to request the creation of a HTMLElement button. * Bump googlepay version and author list * Change from Promise to HTMLElement in googlepay The return value for createButton is HTMLElement, not Promise<HTMLElement>.