Newer
Older
alert / js / node_modules / flarum / forum / components / TerminalPost.d.ts
@Réz István Réz István on 18 Nov 2021 286 bytes first commit
/**
 * Displays information about a the first or last post in a discussion.
 *
 * ### Attrs
 *
 * - `discussion`
 * - `lastPost`
 */
export default class TerminalPost extends Component<import("../../common/Component").ComponentAttrs> {
}
import Component from "../../common/Component";