UNPKG

@dxspring/formdata

Version:
6 lines (5 loc) 146 B
export interface IObjectService { data?: any; key?: string; } export declare const ObjectService: ({ data, key }: IObjectService) => any;