(options, classes)
| 6441 | return DomEnum[node.classes[0]] || null; |
| 6442 | }; |
| 6443 | const makeNullDelimiter = function makeNullDelimiter(options, classes) { |
| 6444 | const moreClasses = ["nulldelimiter"].concat(options.baseSizingClasses()); |
| 6445 | return makeSpan$1(classes.concat(moreClasses)); |
| 6446 | }; |
| 6447 | /** |
| 6448 | * buildGroup is the function that takes a group and calls the correct groupType |
| 6449 | * function for it. It also handles the interaction of size and style changes |
no test coverage detected