mirror of
https://github.com/flarum/framework.git
synced 2025-02-09 11:26:06 +08:00
13 lines
436 B
TypeScript
13 lines
436 B
TypeScript
export default class PermissionGrid extends Component<import("../../common/Component").ComponentAttrs> {
|
|
constructor();
|
|
permissionItems(): ItemList;
|
|
viewItems(): ItemList;
|
|
startItems(): ItemList;
|
|
replyItems(): ItemList;
|
|
moderateItems(): ItemList;
|
|
scopeItems(): ItemList;
|
|
scopeControlItems(): ItemList;
|
|
}
|
|
import Component from "../../common/Component";
|
|
import ItemList from "../../common/utils/ItemList";
|