Skip to content

Commit 7eed01c

Browse files
author
Sergey Mashkov
committed
regenerate
1 parent 8500640 commit 7eed01c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

shared/src/main/kotlin/generated/gen-tag-unions.kt

-6
Original file line numberDiff line numberDiff line change
@@ -372,12 +372,6 @@ fun SectioningOrFlowContent.nav(classes : String? = null, block : NAV.() -> Unit
372372
@HtmlTagMarker
373373
fun SectioningOrFlowContent.section(classes : String? = null, block : SECTION.() -> Unit = {}) : Unit = SECTION(attributesMapOf("class", classes), consumer).visit(block)
374374

375-
/**
376-
* Container for the dominant contents of another element
377-
*/
378-
@HtmlTagMarker
379-
fun SectioningOrFlowContent.main(classes : String? = null, block : MAIN.() -> Unit = {}) : Unit = MAIN(attributesMapOf("class", classes), consumer).visit(block)
380-
381375

382376
/**
383377
* Anchor

0 commit comments

Comments
 (0)