Newer
Older
alert / js / node_modules / flarum / forum / components / DiscussionRenamedNotification.d.ts
@Réz István Réz István on 18 Nov 2021 322 bytes first commit
/**
 * The `DiscussionRenamedNotification` component displays a notification which
 * indicates that a discussion has had its title changed.
 *
 * ### Attrs
 *
 * - All of the attrs for Notification
 */
export default class DiscussionRenamedNotification extends Notification {
}
import Notification from "./Notification";