rotion 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@ export declare function UsePagination<T>(pages: T[], perPage: number): {
11
11
  };
12
12
  export declare function BuildPlainTextByPage(blocks: ListBlockChildrenResponseEx): string;
13
13
  export declare function pathBasename(str: string): string;
14
- export declare function getDatetimeFormat(): {
14
+ export declare function getDatetimeFormat(lang?: string): {
15
15
  dateF: string;
16
16
  timeF: string;
17
17
  };
@@ -758,7 +758,7 @@ declare function UsePagination<T>(pages: T[], perPage: number): {
758
758
  };
759
759
  declare function BuildPlainTextByPage(blocks: ListBlockChildrenResponseEx): string;
760
760
  declare function pathBasename(str: string): string;
761
- declare function getDatetimeFormat(): {
761
+ declare function getDatetimeFormat(lang?: string): {
762
762
  dateF: string;
763
763
  timeF: string;
764
764
  };