mirror of
https://github.com/flarum/core.git
synced 2025-07-25 10:41:24 +02:00
13 lines
305 B
TypeScript
13 lines
305 B
TypeScript
/**
|
|
* 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> {
|
|
constructor();
|
|
}
|
|
import Component from "../../common/Component";
|