mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-28 12:31:00 +00:00
6 lines
183 B
TypeScript
6 lines
183 B
TypeScript
export declare const formatLong: {
|
|
date: import("../../types.ts").FormatLongFn;
|
|
time: import("../../types.ts").FormatLongFn;
|
|
dateTime: import("../../types.ts").FormatLongFn;
|
|
};
|