1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 05:30:38 +02:00

Bundled output for commit 21b483625e

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

[skip ci]
This commit is contained in:
flarum-bot
2023-05-07 17:49:29 +00:00
parent 21b483625e
commit 96e1411b7d
9 changed files with 73 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ export default class TagsPage extends Page<import("flarum/common/components/Page
mainContent(): ItemList<any>;
content(): JSX.Element;
contentItems(): ItemList<any>;
hero(): import("mithril").Vnode<{}, {}>;
hero(): JSX.Element;
sidebar(): JSX.Element;
sidebarItems(): ItemList<import("mithril").Children>;
tagTileListView(pinned: any): JSX.Element;