Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
chenpm
/
yixing_zc_wx
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ブランチ:
main
ブランチ
タグ
main
yixing_zc_wx
/
wxcomponents
/
weapp
/
dist
/
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;
}