framework/js/dist-typings/admin/components/PermissionGrid.d.ts
flarum-bot 5f110f73e7 Bundled output for commit cab2e797eb
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2021-11-11 20:05:26 +00:00

13 lines
482 B
TypeScript

export default class PermissionGrid extends Component<import("../../common/Component").ComponentAttrs, undefined> {
constructor();
permissionItems(): ItemList<any>;
viewItems(): ItemList<any>;
startItems(): ItemList<any>;
replyItems(): ItemList<any>;
moderateItems(): ItemList<any>;
scopeItems(): ItemList<any>;
scopeControlItems(): ItemList<any>;
}
import Component from "../../common/Component";
import ItemList from "../../common/utils/ItemList";