Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
chenpm
/
su_nan-mobile_wx
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
f97729c118
ブランチ
タグ
main
su_nan-mobil...
/
wxcomponents
/
weapp
/
lib
/
dropdown-item
/
shared.d.ts
shared.d.ts
92 B
履歴
Raw
1
2
3
4
5
6
export interface Option {
text: string;
value: string | number;
icon: string;
}