This website requires JavaScript.
Explore
Help
Register
Sign In
bryan
/
BangleApps
Watch
0
Star
0
Fork
You've already forked BangleApps
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dbe26c0e4b
BangleApps
/
typescript
/
types
/
textinput.d.ts
4 lines
90 B
TypeScript
Raw
Blame
History
declare
module
TextInput
{
function
input
(
options
:
{
text
:
string
}
)
:
Promise
<
string
>
;
}
Reference in New Issue
View Git Blame
Copy Permalink