Newer
Older
alert / js / node_modules / flarum / forum / components / DiscussionRenamedPost.d.ts
@Réz István Réz István on 18 Nov 2021 291 bytes first commit
/**
 * The `DiscussionRenamedPost` component displays a discussion event post
 * indicating that the discussion has been renamed.
 *
 * ### Attrs
 *
 * - All of the attrs for EventPost
 */
export default class DiscussionRenamedPost extends EventPost {
}
import EventPost from "./EventPost";