UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

9 lines (8 loc) 228 B
interface WeekListProps { prefixCls?: string; weekStart?: number; isWeek?: boolean; CALENDAR_LOCALE?: Record<string, any>; } declare function WeekList(props: WeekListProps): JSX.Element; export default WeekList;