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