Updated types.
This commit is contained in:
@@ -29,10 +29,6 @@
|
||||
gap: 10px;
|
||||
min-height: 70px;
|
||||
align-items: center;
|
||||
min-width: min-content;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.body > div > div > div {
|
||||
|
||||
@@ -46,7 +46,7 @@ export function useDateRange(websiteId?: string) {
|
||||
};
|
||||
|
||||
return [dateRange, saveDateRange] as [
|
||||
{ startDate: Date; endDate: Date; modified?: number },
|
||||
{ startDate: Date; endDate: Date; modified?: number; value?: string },
|
||||
(value: string | DateRange) => void,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user