mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
fix merge conflict for #12312
This commit is contained in:
parent
fb23920cfe
commit
82f75282d9
1
markitup/index.d.ts
vendored
1
markitup/index.d.ts
vendored
@ -233,5 +233,6 @@ interface JQueryStatic {
|
||||
|
||||
interface JQuery {
|
||||
markItUp(settings?: MarkItUp.Options): JQuery;
|
||||
markItUp(settings?: MarkItUp.Options, extraSettings?: MarkItUp.Options): JQuery;
|
||||
markItUpRemove(): JQuery;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user