mirror of
https://github.com/flarum/core.git
synced 2025-10-12 23:44:27 +02:00
Bundled output for commit a203469109
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* The `EditGroupModal` component shows a modal dialog which allows the user
|
||||
* to create or edit a group.
|
||||
*/
|
||||
export default class EditGroupModal extends Modal<any> {
|
||||
export default class EditGroupModal extends Modal<import("../../common/components/Modal").IInternalModalAttrs> {
|
||||
constructor();
|
||||
group: any;
|
||||
nameSingular: Stream<any> | undefined;
|
||||
|
Reference in New Issue
Block a user