fix: dependency 변경에 따른 오류 수정

This commit is contained in:
2022-07-13 01:17:46 +09:00
parent 23c030fd00
commit 6773b8cddb
6 changed files with 94 additions and 45 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export 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>({