mirror of
https://github.com/flarum/framework.git
synced 2025-02-18 10:32:44 +08:00
Bundled output for commit c9a8543554
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
parent
c9a8543554
commit
b8b9f69820
|
@ -4,6 +4,7 @@
|
||||||
*/
|
*/
|
||||||
export default class NotificationList extends Component<import("../../common/Component").ComponentAttrs, undefined> {
|
export default class NotificationList extends Component<import("../../common/Component").ComponentAttrs, undefined> {
|
||||||
constructor();
|
constructor();
|
||||||
|
controlItems(): ItemList<any>;
|
||||||
content(state: any): any;
|
content(state: any): any;
|
||||||
$notifications: JQuery<HTMLElement> | undefined;
|
$notifications: JQuery<HTMLElement> | undefined;
|
||||||
$scrollParent: JQuery<HTMLElement> | JQuery<Window & typeof globalThis> | undefined;
|
$scrollParent: JQuery<HTMLElement> | JQuery<Window & typeof globalThis> | undefined;
|
||||||
|
@ -16,3 +17,4 @@ export default class NotificationList extends Component<import("../../common/Com
|
||||||
inPanel(): boolean;
|
inPanel(): boolean;
|
||||||
}
|
}
|
||||||
import Component from "../../common/Component";
|
import Component from "../../common/Component";
|
||||||
|
import ItemList from "../../common/utils/ItemList";
|
||||||
|
|
2
js/dist/forum.js
generated
vendored
2
js/dist/forum.js
generated
vendored
File diff suppressed because one or more lines are too long
2
js/dist/forum.js.map
generated
vendored
2
js/dist/forum.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user