Newer
Older
alert / js / node_modules / flarum / forum / components / NotificationsDropdown.d.ts
@Réz István Réz István on 18 Nov 2021 245 bytes first commit
export default class NotificationsDropdown extends Dropdown {
    onclick(): void;
    goToRoute(): void;
    getUnreadCount(): any;
    getNewCount(): any;
    menuClick(e: any): void;
}
import Dropdown from "../../common/components/Dropdown";