1
0
mirror of https://github.com/flarum/core.git synced 2025-08-12 11:24:30 +02:00

Bundled output for commit c88a3e7e89

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

[skip ci]
This commit is contained in:
flarum-bot
2021-12-14 17:10:20 +00:00
parent c88a3e7e89
commit 10c6694087
5 changed files with 5 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ interface StyleArgs {
scanFor: string;
surroundWithNewlines: boolean;
orderedList: boolean;
unorderedList: boolean;
trimFirst: boolean;
}
export default function styleSelectedText(textarea: HTMLTextAreaElement, styleArgs: StyleArgs): void;