@a2simcode/ui 0.0.183 → 0.0.185
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.
- package/dist/core/utils/date.d.ts +1 -1
- package/dist/simcode-ui.es.js +25413 -10490
- package/dist/simcode-ui.umd.js +14 -2
- package/dist/stats.html +1 -1
- package/dist/ui.css +1 -1
- package/package.json +2 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { default as dayjs } from 'dayjs';
|
|
2
2
|
export declare function formatToDateTime(date?: dayjs.ConfigType, format?: string): string;
|
|
3
3
|
export declare function formatToDate(date?: dayjs.ConfigType, format?: string): string;
|
|
4
|
-
export declare const getDayText: (dateParam
|
|
4
|
+
export declare const getDayText: (dateParam?: any) => string;
|