mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-01 11:14:32 +00: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>.