UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

28 lines (27 loc) 696 B
import { Get, Section } from "../../../typescript"; export default class DefaultItem { setLoading: any; key: any; fetch(): void; onThen(v: any): void; onCatch(v: any): void; constructor(r: any, merge?: boolean); _get: any | Get; get(v: Get): this; _parent: any; parent(v: any): this; _object: any; object(v: any): this; _objects: any; objects(v: any): this; _render: any; render(v: any): this; _section: any | Section; section(v: Section): this; _editable: boolean; editable(v?: boolean): this; _autoFocus: boolean; autoFocus(v?: boolean): this; _placeholder: string; placeholder(v: string): this; }