Bundled output for commit 5d26a72e98

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

[skip ci]
This commit is contained in:
flarum-bot 2024-10-19 11:05:48 +00:00
parent 5d26a72e98
commit 53de041194
2 changed files with 3 additions and 3 deletions

View File

@ -49,9 +49,9 @@ declare namespace DiscussionControls {
* @param {boolean} goToLast Whether or not to scroll down to the last post if the discussion is being viewed.
* @param {boolean} forceRefresh Whether or not to force a reload of the composer component, even if it is already open for this discussion.
*
* @return {Promise<ComposerState>}
* @return {Promise<import('../states/ComposerState.js')>}
*/
function replyAction(goToLast: boolean, forceRefresh: boolean): Promise<ComposerState>;
function replyAction(goToLast: boolean, forceRefresh: boolean): Promise<typeof import("../states/ComposerState.js")>;
/**
* Hide a discussion.
*

File diff suppressed because one or more lines are too long