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:
2
extensions/tags/js/dist-typings/@types/shims.d.ts
generated
vendored
2
extensions/tags/js/dist-typings/@types/shims.d.ts
generated
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user