UNPKG
universal-choose-image
Version:
beta (1.0.0-beta.2)
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
1.0.0-beta.2
1.0.0-beta.1
选取图片
github.com/raxjs/universal-api
raxjs/universal-api
universal-choose-image
/
lib
/
web
/
index.d.ts
4 lines
(3 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
import
{
ChooseResult
,
Options
}
from
'../types'
;
declare
const
choose
:
(
options
?:
Options
) =>
Promise
<
ChooseResult
>;
export
default
choose;