Closed andycodesstuff closed 12 months ago
A rework of the existing type declarations to fix various errors:
field: null | ...
field?: ...
React.HTMLProps<HTMLButtonElement>
TellerConnect
onLoad
onInit
| string
[key: string]: any
A rework of the existing type declarations to fix various errors:
field: null | ...
instead offield?: ...
to define optional fieldsReact.HTMLProps<HTMLButtonElement>
on theTellerConnect
component to provide better props IntelliSenseonLoad
method toonInit
to match docs| string
and[key: string]: any
from types