mirror of
https://github.com/flarum/core.git
synced 2025-08-09 18:07:02 +02:00
Bundled output for commit 3537f76eab
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
15
js/dist-typings/common/utils/styleSelectedText.d.ts
vendored
Normal file
15
js/dist-typings/common/utils/styleSelectedText.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
interface StyleArgs {
|
||||
prefix: string;
|
||||
suffix: string;
|
||||
blockPrefix: string;
|
||||
blockSuffix: string;
|
||||
multiline: boolean;
|
||||
replaceNext: string;
|
||||
prefixSpace: boolean;
|
||||
scanFor: string;
|
||||
surroundWithNewlines: boolean;
|
||||
orderedList: boolean;
|
||||
trimFirst: boolean;
|
||||
}
|
||||
export default function styleSelectedText(textarea: HTMLTextAreaElement, styleArgs: StyleArgs): void;
|
||||
export {};
|
Reference in New Issue
Block a user