This commit is contained in:
2022-07-09 19:24:49 +09:00
parent 534be03539
commit dd0afbe390
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ type TurnObjWithTime = TurnObj & {
year?: number;
month?: number;
tooltip?: string;
style?: Record<string, unknown>;
style?: Record<string, string>;
};
export const getEmptyTurn = (maxTurn: number): TurnObjWithTime[] => Array.from<TurnObjWithTime>({