UNPKG
xy-select
Version:
latest (1.3.4)
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.87
1.0.86
1.0.85
1.0.84
1.0.83
1.0.82
1.0.81
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.56
0.0.55
0.0.54
0.0.53
0.0.52
0.0.51
0.0.44
0.0.43
0.0.42
0.0.41
0.0.31
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
基于React的下拉列表组件
github.com/xueyou2000/xy-select
xueyou2000/xy-select
xy-select
/
es
/
SelectInner
/
SingleItem.d.ts
9 lines
(8 loc)
•
282 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
"react"
;
import
{
SelectItemProps
}
from
"../interface"
;
/** * Select选项项 - 单选时 */
export
declare
function
SingleItem
(
props
:
SelectItemProps
):
JSX
.
Element
;
declare
const
_default
:
React
.
MemoExoticComponent
<
typeof
SingleItem
>;
export
default
_default;