Format code.

This commit is contained in:
Paul
2021-07-06 19:29:27 +01:00
parent fd23fdb206
commit fb0ae130e9
27 changed files with 188 additions and 116 deletions

View File

@@ -15,11 +15,11 @@ interface Props {
export interface Dictionary {
dayjs: {
defaults: {
twelvehour: 'yes' | 'no';
twelvehour: "yes" | "no";
separator: string;
date: "traditional" | "simplified" | "ISO8601";
},
timeFormat: string
};
timeFormat: string;
};
[key: string]: Object | string;
}