UNPKG

fx-form-widget

Version:
15 lines (14 loc) 725 B
import { ParsedQs } from 'qs'; export declare const looseJsonParse: (obj: any) => any; export declare const transformFrom: (partitions: any[], readonly?: boolean | string[], hideInForm?: string[]) => any; export declare const transformFromAnchor: (templateSchemaData: any[]) => any[]; /** * 判断值是否真的为空,不存在 */ export declare const isNotNullValue: (value: any) => boolean; export declare function downloadFile(data: any, type?: string, fileName?: string): void; export declare const downloadTemplateDOC: (docUrl: string, fileName?: string, fileType?: string) => void; export declare const getQuery: () => ParsedQs; export declare const createBindMap: (schmeas: any[]) => { [key: string]: any; };