mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Bundled output for commit 2000727e94
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
3
js/dist-typings/forum/components/Post.d.ts
vendored
3
js/dist-typings/forum/components/Post.d.ts
vendored
@@ -11,6 +11,9 @@
|
||||
*/
|
||||
export default class Post extends Component<import("../../common/Component").ComponentAttrs, undefined> {
|
||||
constructor();
|
||||
/**
|
||||
* May be set by subclasses.
|
||||
*/
|
||||
loading: boolean | undefined;
|
||||
/**
|
||||
* Set up a subtree retainer so that the post will not be redrawn
|
||||
|
Reference in New Issue
Block a user