Using React component in plugin written in Angular

I’ve read below information at GitHub - grafana/grafana: The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

Currently, some whole pages are written in React and some components are written in react. It is easy to use a react component in an angular component.

Could somebody give me example how to do it?
For example - I want to use TimePicker (https://github.com/grafana/grafana/tree/master/packages/grafana-ui/src/components/TimePicker) in my Angular plugin.