Divider
@wq/material’s <Divider/> component defines a horizontal rule via the corresponding <Divider/> component from each library  <Divider/> is analogous to <hr> in HTML.
Source
While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference:
The @wq/material-web implementation just exports Divider from @mui/material. The @wq/material-native implementation just exports Divider from react-native-paper.