mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
[dayzed] revert to single quotes
This commit is contained in:
4
types/dayzed/index.d.ts
vendored
4
types/dayzed/index.d.ts
vendored
@@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { Component, ReactNode } from "react";
|
||||
import { Component, ReactNode } from 'react';
|
||||
|
||||
export interface DateObj {
|
||||
date: Date;
|
||||
@@ -19,7 +19,7 @@ export interface Calendar {
|
||||
firstDayOfMonth: Date;
|
||||
lastDayOfMonth: Date;
|
||||
month: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11;
|
||||
weeks: Array<Array<DateObj | "">>;
|
||||
weeks: Array<Array<DateObj | ''>>;
|
||||
year: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user