UNPKG
@pk-design/react-ui-kit
Version:
latest (1.6.1)
1.6.1
1.6.0
1.5.13
1.5.12
1.5.11
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.14
1.4.13
1.4.12
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.20
1.3.19
1.3.18
1.3.17
1.3.16
1.3.15
1.3.14
1.3.13
1.3.12
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
Reusable react components
github.com/PrabhuKathiresan/react-ui-kit
PrabhuKathiresan/react-ui-kit
@pk-design/react-ui-kit
/
lib
/
cjs
/
MonthPicker
/
index.d.ts
5 lines
(4 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
{
MonthPickerProps
}
from
'./props'
;
declare
const
_default
:
React
.
ForwardRefExoticComponent
<
MonthPickerProps
&
React
.
RefAttributes
<
unknown
>>;
export
default
_default;