mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Bundled output for commit 4912a2e059
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
3
framework/core/js/dist-typings/forum/components/DiscussionPage.d.ts
generated
vendored
3
framework/core/js/dist-typings/forum/components/DiscussionPage.d.ts
generated
vendored
@@ -28,7 +28,8 @@ export default class DiscussionPage<CustomAttrs extends IDiscussionPageAttrs = I
|
||||
protected useBrowserScrollRestoration: boolean;
|
||||
oninit(vnode: Mithril.Vnode<CustomAttrs, this>): void;
|
||||
onremove(vnode: Mithril.VnodeDOM<CustomAttrs, this>): void;
|
||||
view(): JSX.Element;
|
||||
view(): Mithril.Children;
|
||||
viewItems(): ItemList<Mithril.Children>;
|
||||
/**
|
||||
* List of components shown while the discussion is loading.
|
||||
*/
|
||||
|
2
framework/core/js/dist/forum.js
generated
vendored
2
framework/core/js/dist/forum.js
generated
vendored
File diff suppressed because one or more lines are too long
2
framework/core/js/dist/forum.js.map
generated
vendored
2
framework/core/js/dist/forum.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user