UNPKG

mobile-more

Version:

基于 antd-mobile v5 扩展移动端 UI 组件

6 lines (5 loc) 420 B
export declare const InvalidFormValue: string; export declare function transformBankCard(val: string, char?: string): string; export declare function transformFormValues(values: any, transforms: any, currentLevelValues?: any): any; export type TNames = (null | undefined | string | string[])[]; export declare const transformValueToNames: (value: string[], currentLevelValues: any, names?: TNames) => string | string[];