@shopify/polaris
Version:
Shopify’s admin product component library
15 lines (13 loc) • 659 B
JavaScript
var styles = {
"Scrollable": "Polaris-Scrollable",
"hasTopShadow": "Polaris-Scrollable--hasTopShadow",
"hasBottomShadow": "Polaris-Scrollable--hasBottomShadow",
"horizontal": "Polaris-Scrollable--horizontal",
"vertical": "Polaris-Scrollable--vertical",
"scrollbarWidthThin": "Polaris-Scrollable--scrollbarWidthThin",
"scrollbarWidthNone": "Polaris-Scrollable--scrollbarWidthNone",
"scrollbarWidthAuto": "Polaris-Scrollable--scrollbarWidthAuto",
"scrollbarGutterStable": "Polaris-Scrollable--scrollbarGutterStable",
"scrollbarGutterStableboth-edges": "Polaris-Scrollable__scrollbarGutterStableboth--edges"
};
export { styles as default };