Newer
Older
alert / js / node_modules / flarum / forum / components / PostPreview.d.ts
@Réz István Réz István on 18 Nov 2021 341 bytes first commit
/**
 * The `PostPreview` component shows a link to a post containing the avatar and
 * username of the author, and a short excerpt of the post's content.
 *
 * ### Attrs
 *
 * - `post`
 */
export default class PostPreview extends Component<import("../../common/Component").ComponentAttrs> {
}
import Component from "../../common/Component";