forked from abner/for-legacy-web
Format code.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user