UNPKG
@tarojsx/library
Version:
latest (0.31.0)
0.31.0
0.30.1
0.10.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.1
Taro3 library
github.com/tarojsx/library
tarojsx/library
@tarojsx/library
/
dist
/
react-calendar
/
defaultProps.d.ts
3 lines
(2 loc)
•
107 B
TypeScript
View Raw
1
2
3
import
{
CalendarProps
}
from
'react-calendar'
;
export
declare
const
defaultProps
:
Partial
<
CalendarProps
>;