Newer
Older
alert / js / node_modules / flarum / forum / components / WelcomeHero.d.ts
@Réz István Réz István on 18 Nov 2021 341 bytes first commit
/**
 * The `WelcomeHero` component displays a hero that welcomes the user to the
 * forum.
 */
export default class WelcomeHero extends Component<import("../../common/Component").ComponentAttrs> {
    hidden: string | boolean;
    /**
     * Hide the welcome hero.
     */
    hide(): void;
}
import Component from "../../common/Component";