tfoot

ReactElement tfoot([

  1. Map<String, Object?>? props,
  2. List<ReactElement>? children
])

Creates a <tfoot> element.

Implementation

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