Newer
Older
alert / js / node_modules / flarum / common / components / AlertManager.d.ts
@Réz István Réz István on 18 Nov 2021 265 bytes first commit
/**
 * The `AlertManager` component provides an area in which `Alert` components can
 * be shown and dismissed.
 */
export default class AlertManager extends Component<import("../Component").ComponentAttrs> {
    state: any;
}
import Component from "../Component";