import { UnitLib } from './type'; /** * 单位字典 * @author 木人心 * @version 1.1.1 */ declare const UnitLibs: UnitLib[]; export default UnitLibs;