mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
add placholder parameter to work with codemirror placeholder addon
This commit is contained in:
5
codemirror/codemirror.d.ts
vendored
5
codemirror/codemirror.d.ts
vendored
@@ -787,7 +787,10 @@ declare module CodeMirror {
|
||||
viewportMargin?: number;
|
||||
|
||||
/** Optional lint configuration to be used in conjunction with CodeMirror's linter addon. */
|
||||
lint?: boolean | LintOptions;
|
||||
lint?: boolean | LintOptions;
|
||||
|
||||
/** Optional value to be used in conduction with CodeMirror’s placeholder add-on. */
|
||||
placeholder?: string;
|
||||
}
|
||||
|
||||
interface TextMarkerOptions {
|
||||
|
||||
Reference in New Issue
Block a user