UNPKG

free-imui-neo

Version:

基于VUE3实现的即时通讯UI组件

7 lines 378 B
export declare const formatDay: (time: number) => string; export declare const guid: () => string; export declare function formatByte(value: number): string; export declare function formatTime(value: number): string; export declare function formatDate(t: number | Date, f: string): string; export declare function addZero(v: number): string; //# sourceMappingURL=format.d.ts.map