mirror of
https://github.com/flarum/framework.git
synced 2025-02-09 08:32:01 +08:00
5 lines
119 B
TypeScript
5 lines
119 B
TypeScript
![]() |
export default class GroupBadge extends Badge {
|
||
|
static initAttrs(attrs: any): void;
|
||
|
}
|
||
|
import Badge from "./Badge";
|