module hunt.markdown.ext.table.TableRow;

import hunt.markdown.node.CustomNode;

/**
 * Table row of a {@link TableHead} or {@link TableBody} containing {@link TableCell TableCells}.
 */
class TableRow : CustomNode {
}