1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

Bundled output for commit 56b2b3b2bc

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

[skip ci]
This commit is contained in:
flarum-bot
2024-01-06 17:07:40 +00:00
parent 56b2b3b2bc
commit ac6f4d4d0c
3 changed files with 3 additions and 3 deletions

View File

@@ -6,5 +6,5 @@ export default class ConfigureAuth extends ConfigureJson<IConfigureJson> {
className(): string;
content(): Mithril.Children;
submitButton(): Mithril.Children[];
onchange(type: string, host: string, token: string): void;
onchange(oldHost: string | null, type: string, host: string, token: string): void;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long