Support for paint property in map box layer

Currently paint property in map box layer is not exposed . Is there any reason for that?

I am trying to add a layer where the fill color will depend on the data by specifying an expression for the paint property https://docs.mapbox.com/mapbox-gl-js/style-spec/#expressions .

For example a map like https://docs.mapbox.com/studio-manual/examples/choropleth-map/

Is there a way to accomplish this through the plotly graph object component in dash?