UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

23 lines (22 loc) 494 B
import { Action } from "../index"; import Main from "../main"; export default class Access { style: any; access: { access: boolean; hidden: boolean; }; disabled: boolean; _main: Main; constructor(main: Main); _render: any; render(v: any): this; simple(v: any, args?: any): any; action(v: Action, args?: any): this; configs(v: any): any; getObject(): { style: any; disabled: boolean; onClick: any; }; }