1
0
mirror of https://github.com/flarum/core.git synced 2025-08-19 14:51:47 +02:00

Bundled output for commit 9b76c8f611

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot
2021-05-15 23:09:46 +00:00
parent 9b76c8f611
commit 763bd7d244
5 changed files with 6 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
*/
export default class NotificationList extends Component<import("../../common/Component").ComponentAttrs> {
constructor();
content(state: any): any;
$notifications: JQuery<HTMLElement> | undefined;
$scrollParent: JQuery<HTMLElement> | JQuery<Window & typeof globalThis> | undefined;
boundScrollHandler: (() => void) | undefined;