Bundled output for commit 4291918171

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

[skip ci]
This commit is contained in:
flarum-bot 2024-10-02 20:56:44 +00:00
parent 4291918171
commit 77f3685033
3 changed files with 7 additions and 7 deletions

View File

@ -1,16 +1,16 @@
import Component from '../../common/Component';
import ItemList from '../../common/utils/ItemList';
import type Mithril from 'mithril';
/** /**
* The `HeaderPrimary` component displays primary header controls. On the * The `HeaderPrimary` component displays primary header controls. On the
* default skin, these are shown just to the right of the forum title. * default skin, these are shown just to the right of the forum title.
*/ */
export default class HeaderPrimary extends Component<import("../../common/Component").ComponentAttrs, undefined> { export default class HeaderPrimary extends Component {
constructor();
view(): JSX.Element; view(): JSX.Element;
/** /**
* Build an item list for the controls. * Build an item list for the controls.
* *
* @return {ItemList<import('mithril').Children>} * @return {ItemList<import('mithril').Children>}
*/ */
items(): ItemList<import('mithril').Children>; items(): ItemList<Mithril.Children>;
} }
import Component from "../../common/Component";
import ItemList from "../../common/utils/ItemList";

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