UNPKG
taro-calendar
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
taro calendar component
github.com/NervJS/taro-calendar
NervJS/taro-calendar
taro-calendar
/
@types
/
index.d.ts
8 lines
(4 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
ComponentClass
}
from
'react'
import
{
Props
}
from
'../src/components/calendar/interface'
declare
const
AtCalendar
:
ComponentClass
<
Props
>
export
AtCalendar