mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
elementClose tags a tag string
This commit is contained in:
2
incremental-dom/incremental-dom.d.ts
vendored
2
incremental-dom/incremental-dom.d.ts
vendored
@@ -57,7 +57,7 @@ declare module "incremental-dom" {
|
||||
/**
|
||||
* Closes an open virtual Element.
|
||||
*/
|
||||
export var elementClose: () => void;
|
||||
export var elementClose: (tag: string) => void;
|
||||
/**
|
||||
* Declares a virtual Element at the current location in the document that has
|
||||
* no children.
|
||||
|
||||
Reference in New Issue
Block a user