fix ts
This commit is contained in:
@@ -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>({
|
||||
|
||||
Reference in New Issue
Block a user