1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

Bundled output for commit 59586e63e1

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

[skip ci]
This commit is contained in:
flarum-bot
2023-07-27 10:35:35 +00:00
parent 59586e63e1
commit 992d85e3b8
6 changed files with 7 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import Dropdown, { IDropdownAttrs } from './Dropdown';
import type Mithril from 'mithril';
export interface ISelectDropdownAttrs extends IDropdownAttrs {
defaultLabel: string;
defaultLabel: Mithril.Children;
}
/**
* The `SelectDropdown` component is the same as a `Dropdown`, except the toggle

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,5 @@ 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/admin.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

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