How to use import dash_ag_grid as dag in streamlit app

Boss
I attempted to utilize dash_ag_grid in my Streamlit application; however, I was unsuccessful, and my search results on Google did not yield any helpful information. I would appreciate your guidance, including ideas and code examples, for implementing dash_ag_grid in my Streamlit app. Thank you in advance for your assistance.
import dash_ag_grid as dag
from dash import Dash, html, dcc

dash_ag_grid is specifically for Plotly Dash. For Streamlit, take a look at streamlit-aggrid: streamlit-aggrid · PyPI