UNPKG
ayongui1
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
github.com/AyongNice/ayongUI
AyongNice/ayongUI
ayongui1
/
components
/
range-picker
/
index.d.ts
9 lines
(7 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
CalendarProps
}
from
'.././base-calendar/index.d'
;
/** * 日期范围选择器 *
@constructor
*/
declare
const
RangePicker
:
(
props
:
CalendarProps
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
default
RangePicker
;