UNPKG
xcandy
Version:
latest (0.1.4-alpha)
0.1.4-alpha
0.1.3-alpha
0.1.2-alpha
0.1.1
0.0.1-alpha6
A UI framework for taro.js
github.com/loveonelong/xcandy
loveonelong/xcandy
xcandy
/
src
/
xcComponents
/
Calendar
/
interface.ts
7 lines
(5 loc)
•
77 B
text/typescript
View Raw
1
2
3
4
5
6
7
interface
RenderDate
{
date
:
number
str
:
string
}
export
{
RenderDate
}