UNPKG

@bee-design/ui

Version:

Bee Design React UI Library.

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