mirror of
https://github.com/flarum/framework.git
synced 2024-12-01 14:20:47 +08:00
b8754c7d7d
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
9 lines
279 B
TypeScript
9 lines
279 B
TypeScript
/**
|
|
* The `AlertManager` component provides an area in which `Alert` components can
|
|
* be shown and dismissed.
|
|
*/
|
|
export default class AlertManager extends Component<import("../Component").ComponentAttrs, undefined> {
|
|
constructor();
|
|
}
|
|
import Component from "../Component";
|