Newer
Older
alert / js / node_modules / flarum / admin / components / DashboardWidget.d.ts
@Réz István Réz István on 18 Nov 2021 391 bytes first commit
export default class DashboardWidget extends Component<import("../../common/Component").ComponentAttrs> {
    /**
     * Get the class name to apply to the widget.
     *
     * @return {String}
     */
    className(): string;
    /**
     * Get the content of the widget.
     *
     * @return {VirtualElement}
     */
    content(): any;
}
import Component from "../../common/Component";