UNPKG

denwa-react-shared

Version:
4 lines (3 loc) 230 B
import { CustomParamsSerializer } from 'axios'; import { QuerySerializationParams } from '../types/serializer.js'; export declare function getQuerySerializer({ style, explode, }: QuerySerializationParams): CustomParamsSerializer;