Type alias FilterWidgetControlSize Beta
FilterWidgetControlSize:
"l"|"m"|"s"|"xl"|"xs"
Height of the filter control, as a step rather than a pixel value. Maps to pixel heights: xs=24, s=28, m=32, l=36, xl=40.
Example
const size: FilterWidgetControlSize = 'l';