UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

39 lines (38 loc) 1.07 kB
import Default from "./Default"; import Get from "../Get"; export default class Section extends Default { _cols: string | number; cols(cols: string | number): this; _type: any; type(type: 'Row' | 'Col'): this; row(): this; col(): this; _justify: 'start' | 'end' | 'center' | 'space-around' | 'space-between'; between(): this; center(): this; start(): this; end(): this; _align: string; align(v: string): this; _async: any; async(v?: boolean): this; _overlay: boolean; overlay(v?: boolean): this; _card: boolean; card(v?: boolean): this; _cardStyle: any; cardStyle(v?: any): this; addRowEnd(items: any): this; addRowStart(items: any): this; addManyTo(section: Section, items: any): void; _ignore: boolean; ignore(v: boolean): this; _object: any; object(v: any): this; _component: any; _componentArgs: any; component(component: any, args?: any): this; init(): this; immediate(func: (args?: any) => Get, args?: any): this; constructor(); }