1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Bundled output for commit 3ebd218588

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot
2024-09-29 09:03:25 +00:00
parent 3ebd218588
commit 444df80caf
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
import Component from '../../common/Component';
import type Mithril from 'mithril';
import ItemList from '../../common/utils/ItemList';
export interface IWelcomeHeroAttrs {
}
/**
@@ -23,4 +24,6 @@ export default class WelcomeHero extends Component<IWelcomeHeroAttrs> {
* @returns if the welcome hero is hidden.
*/
isHidden(): boolean;
viewItems(): ItemList<Mithril.Children>;
contentItems(): ItemList<Mithril.Children>;
}

2
framework/core/js/dist/forum.js generated vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long