react-antd-admin-panel
Version:
Easy prototyping admin panel using React and Antd
21 lines (20 loc) • 571 B
TypeScript
import Formula from "./Formula";
import Action from "./Action";
import Axios from "./Axios";
export default class Post extends Axios {
env: any;
constructor();
_key: any;
key(v: any): this;
_main: any;
main(v: any): this;
_parent: any;
parent(v: any): this;
_formatData: any;
formatData(v: any): this;
_formatParams: any;
formatParams(v: any): this;
copy(): Post;
finalize(r: any, args: any, action?: Action, formula?: Formula): void;
submit(args?: any, action?: Action | undefined, formula?: Formula): void;
}