UNPKG

mdui.editor

Version:

Material Design 样式的富文本编辑器

6 lines (5 loc) 112 B
/** * 格式化内存大小 * @param memory */ export declare function memoryFormat(memory: number): string;