react-antd-admin-panel
Version:
Easy prototyping admin panel using React and Antd
21 lines (20 loc) • 470 B
TypeScript
import Axios from "./Axios";
export default class Get extends Axios {
_env: any;
constructor();
_key: any;
key(v: any): this;
_main: any;
main(v: any): this;
_cache: boolean;
cache(v: any): this;
_parent: any;
parent(v: any): this;
_mock: any;
mock(v: any): this;
_data: any;
data(): any;
copy(): Get;
finalize(response: any, args?: any, callback?: any): void;
get(args?: any, callback?: any): void;
}