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

Bundled output for commit 0ca99dcba5

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

[skip ci]
This commit is contained in:
flarum-bot
2025-02-22 09:53:35 +00:00
parent 0ca99dcba5
commit 1a206ff658
12 changed files with 22 additions and 11 deletions

View File

@@ -10,6 +10,8 @@ export interface IWelcomeHeroAttrs {
export default class WelcomeHero extends Component<IWelcomeHeroAttrs> {
oninit(vnode: Mithril.Vnode<IWelcomeHeroAttrs, this>): void;
view(vnode: Mithril.Vnode<IWelcomeHeroAttrs, this>): JSX.Element | null;
viewItems(): ItemList<Mithril.Children>;
contentItems(): ItemList<Mithril.Children>;
/**
* Hide the welcome hero.
*/
@@ -20,5 +22,4 @@ export default class WelcomeHero extends Component<IWelcomeHeroAttrs> {
* @returns if the welcome hero is hidden.
*/
isHidden(): boolean;
welcomeItems(): 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