@cainiaofe/cn-ui-m
Version:
10 lines (9 loc) • 524 B
TypeScript
import { CnEmployeeOptionProps } from './types';
/**
* 处理员工数据源
* @param dataSource
* @returns 返回key为工号的map数据
*/
export declare function transformToEmployeeMap(dataSource: any): {};
export declare function getFormattedValue(value?: number[] | string[] | CnEmployeeOptionProps[] | CnEmployeeOptionProps, valuePaddingZero?: boolean, useDetailValue?: boolean): Array<CnEmployeeOptionProps | string> | undefined;
export declare const getRenderEmployee: (employee: CnEmployeeOptionProps) => any;