mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 20:22:31 +08:00
Bundled output for commit 4291918171
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
parent
4291918171
commit
77f3685033
10
framework/core/js/dist-typings/forum/components/HeaderPrimary.d.ts
generated
vendored
10
framework/core/js/dist-typings/forum/components/HeaderPrimary.d.ts
generated
vendored
|
@ -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
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
Loading…
Reference in New Issue
Block a user