UNPKG

jnf-ui

Version:

基于 vue3+ ts+ Element-plus 二次封装组件

14 lines (13 loc) 322 B
/* * @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;