Newer
Older
alert / js / node_modules / flarum / forum / components / LoadingPost.d.ts
@Réz István Réz István on 18 Nov 2021 275 bytes first commit
/**
 * The `LoadingPost` component shows a placeholder that looks like a post,
 * indicating that the post is loading.
 */
export default class LoadingPost extends Component<import("../../common/Component").ComponentAttrs> {
}
import Component from "../../common/Component";