mirror of
https://github.com/flarum/framework.git
synced 2025-02-24 19:19:56 +08:00
Bundled output for commit 5e3ad44a554809d0e50a6ef8fab993db3018ea94
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
parent
5e3ad44a55
commit
e7df8f121e
@ -20,7 +20,7 @@ export default class PostsUserPage extends UserPage {
|
|||||||
*
|
*
|
||||||
* @type {Post[]}
|
* @type {Post[]}
|
||||||
*/
|
*/
|
||||||
posts: any[] | undefined;
|
posts: Post[] | undefined;
|
||||||
/**
|
/**
|
||||||
* The number of activity items to load per request.
|
* The number of activity items to load per request.
|
||||||
*
|
*
|
||||||
|
@ -6,7 +6,7 @@ declare class PostStreamState {
|
|||||||
*
|
*
|
||||||
* @type {Discussion}
|
* @type {Discussion}
|
||||||
*/
|
*/
|
||||||
discussion: any;
|
discussion: Discussion;
|
||||||
/**
|
/**
|
||||||
* Whether or not the infinite-scrolling auto-load functionality is
|
* Whether or not the infinite-scrolling auto-load functionality is
|
||||||
* disabled.
|
* disabled.
|
||||||
@ -150,7 +150,7 @@ declare class PostStreamState {
|
|||||||
*
|
*
|
||||||
* @return {Post[]}
|
* @return {Post[]}
|
||||||
*/
|
*/
|
||||||
posts(): any[];
|
posts(): Post[];
|
||||||
/**
|
/**
|
||||||
* Get the total number of posts in the discussion.
|
* Get the total number of posts in the discussion.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user