tfoot
ReactElement
tfoot(
Creates a <tfoot> element.
Implementation
ReactElement tfoot([
Map<String, Object?>? props,
List<ReactElement>? children,
]) => domElement('tfoot', props, children);
ReactElement
tfoot(
Creates a <tfoot> element.
ReactElement tfoot([
Map<String, Object?>? props,
List<ReactElement>? children,
]) => domElement('tfoot', props, children);