elementClose tags a tag string

This commit is contained in:
Doug
2016-02-17 10:50:41 -08:00
parent aefd814615
commit 967c4e8521

View File

@@ -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.