UNPKG
@rc-component/picker
Version:
latest (1.3.0)
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
React date & time picker
react-component.github.io/picker
react-component/picker
@rc-component/picker
/
es
/
PickerPanel
/
YearPanel
/
index.d.ts
4 lines
(3 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
import
*
as
React
from
'react'
;
import
type
{
SharedPanelProps
}
from
'../../interface'
;
export
default
function
YearPanel
<
DateType
extends
object
=
any
>(
props
:
SharedPanelProps
<
DateType
>):
React
.
JSX
.
Element
;