mirror of
https://github.com/flarum/framework.git
synced 2024-12-05 09:03:36 +08:00
b8754c7d7d
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
13 lines
447 B
TypeScript
13 lines
447 B
TypeScript
export default class PermissionGrid extends Component<import("../../common/Component").ComponentAttrs, undefined> {
|
|
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";
|