UNPKG

igniteui-react-core

Version:
5 lines (4 loc) 205 B
export declare class BinaryUtil { static isResponseTypeSupported(responseType: any): boolean; static getBinary(url: string, callback: (data: any) => void, error: (error: any) => void): void; }