UNPKG

tsp-component

Version:

提供多端和react版本的UI组件

16 lines (15 loc) 327 B
type DateUtilDateRange = 'today' | 'yesterday' | number | 'week' | 'month' | 'prevWeek' | 'prevMonth' | 'all' interface getDateStrByDateRangeReturn { startDate: { str: string, time: number; } endDate: { str: string, time: number; } todayDate: { str: string, time: number; } }