/*
 * @Description:
 * @Author: Bit 6141364@qq.com
 * @Date: 2023-08-24 09:28:33
 * @LastEditors: Bit 6141364@qq.com
 * @LastEditTime: 2023-08-24 09:33:12
 * @FilePath: /zr_szhpt_web/typings/flexColumnWidth.d.ts
 */
declare const flexColumnWidth: (
  str: string,
  tableData: any[],
  flag: string
) => any;
