mirror of
https://github.com/flarum/core.git
synced 2025-08-07 17:07:19 +02:00
Bundled output for commit 3ebd218588
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
3
framework/core/js/dist-typings/forum/components/WelcomeHero.d.ts
generated
vendored
3
framework/core/js/dist-typings/forum/components/WelcomeHero.d.ts
generated
vendored
@@ -1,5 +1,6 @@
|
|||||||
import Component from '../../common/Component';
|
import Component from '../../common/Component';
|
||||||
import type Mithril from 'mithril';
|
import type Mithril from 'mithril';
|
||||||
|
import ItemList from '../../common/utils/ItemList';
|
||||||
export interface IWelcomeHeroAttrs {
|
export interface IWelcomeHeroAttrs {
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
@@ -23,4 +24,6 @@ export default class WelcomeHero extends Component<IWelcomeHeroAttrs> {
|
|||||||
* @returns if the welcome hero is hidden.
|
* @returns if the welcome hero is hidden.
|
||||||
*/
|
*/
|
||||||
isHidden(): boolean;
|
isHidden(): boolean;
|
||||||
|
viewItems(): ItemList<Mithril.Children>;
|
||||||
|
contentItems(): ItemList<Mithril.Children>;
|
||||||
}
|
}
|
||||||
|
2
framework/core/js/dist/forum.js
generated
vendored
2
framework/core/js/dist/forum.js
generated
vendored
File diff suppressed because one or more lines are too long
2
framework/core/js/dist/forum.js.map
generated
vendored
2
framework/core/js/dist/forum.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user