mirror of
https://github.com/flarum/core.git
synced 2025-10-29 06:26:17 +01:00
Bundled output for commit d268894e61
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
@@ -3,14 +3,14 @@ export default class DashboardWidget extends Component<import("../../common/Comp
|
||||
/**
|
||||
* Get the class name to apply to the widget.
|
||||
*
|
||||
* @return {String}
|
||||
* @return {string}
|
||||
*/
|
||||
className(): string;
|
||||
/**
|
||||
* Get the content of the widget.
|
||||
*
|
||||
* @return {VirtualElement}
|
||||
* @return {import('mithril').Children}
|
||||
*/
|
||||
content(): any;
|
||||
content(): import('mithril').Children;
|
||||
}
|
||||
import Component from "../../common/Component";
|
||||
|
||||
Reference in New Issue
Block a user