UNPKG
reactanggal
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A date picker component for React
github.com/andarasophan/reactanggal
andarasophan/reactanggal
reactanggal
/
dist
/
CalendarBody
/
Years.d.ts
8 lines
(7 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
interface
IYears
{
yearStart
:
string
|
number
;
yearColumn
:
string
|
number
; }
declare
const
Years
:
React
.
FC
<
IYears
>;
export
default
Years
;