Add option to control when clustering occurs in Leaflet Maps

Currently Leaflet Maps supports basic clustering of pins within a map but the point at which clustering occurs does not seem to be configurable.
Could the zoom level at which clustering stops be made available in the UI.

I believe the property to expose is:

disableClusteringAtZoom

which takes a zoon level as a parameter i.e.

disableClusteringAtZoom: 14,