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