UNPKG

@dxspring/formdata

Version:
7 lines (6 loc) 181 B
export interface IArrayProvider { data?: any; key?: string; customKey?: string; } export declare const ArrayProvider: ({ data, key, customKey }: IArrayProvider) => any;