mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 14:24:46 +08:00
Bundled output for commit 5d26a72e98
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
parent
5d26a72e98
commit
53de041194
4
framework/core/js/dist-typings/forum/utils/DiscussionControls.d.ts
generated
vendored
4
framework/core/js/dist-typings/forum/utils/DiscussionControls.d.ts
generated
vendored
|
@ -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.
|
||||
*
|
||||
|
|
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
Loading…
Reference in New Issue
Block a user