mirror of
https://github.com/flarum/framework.git
synced 2024-12-05 09:03:36 +08:00
c3a684c7ed
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
7 lines
220 B
TypeScript
7 lines
220 B
TypeScript
export default class PermissionDropdown extends Dropdown {
|
|
save(groupIds: any): void;
|
|
toggle(groupId: any): void;
|
|
isGroupDisabled(id: any): boolean;
|
|
}
|
|
import Dropdown from "../../common/components/Dropdown";
|