react-antd-admin-panel
Version:
Easy prototyping admin panel using React and Antd
34 lines (33 loc) • 823 B
TypeScript
import Default from "./Default";
export default class Button extends Default {
env: any;
constructor();
_trigger: boolean;
trigger(): this;
setLoading: any;
tsxSetType: any;
tsxSetStyle: any;
round(): this;
small(): this;
middle(): this;
_loadable: boolean;
loadable(v: boolean): this;
_icon: any;
icon(v: any): this;
_fontawesome: any;
fontawesome(v: any): this;
_shape: any;
shape(value: string): this;
_link: boolean;
link(value?: boolean): this;
_danger: boolean;
danger(value?: boolean): this;
_block: boolean;
block(value?: boolean): this;
_ignoreClear: boolean;
ignoreClear(value?: boolean): this;
_primary: boolean;
primary(value?: boolean): this;
_menu: boolean;
menu(value?: boolean): this;
}