1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 07:41:22 +02:00

Bundled output for commit 31a00eeb95

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

[skip ci]
This commit is contained in:
flarum-bot
2022-07-19 18:26:37 +00:00
parent 31a00eeb95
commit e9fec9b22f

View File

@@ -3,7 +3,7 @@ import type TagListState from '../forum/states/TagListState';
declare module 'flarum/forum/routes' {
export interface ForumRoutes {
tag?: (tag: Tag) => string;
tag: (tag: Tag) => string;
}
}