Newer
Older
alert / js / node_modules / flarum / forum / components / ReplyPlaceholder.d.ts
@Réz István Réz István on 18 Nov 2021 363 bytes first commit
/**
 * The `ReplyPlaceholder` component displays a placeholder for a reply, which,
 * when clicked, opens the reply composer.
 *
 * ### Attrs
 *
 * - `discussion`
 */
export default class ReplyPlaceholder extends Component<import("../../common/Component").ComponentAttrs> {
    anchorPreview(preview: any): void;
}
import Component from "../../common/Component";