@shopify/polaris
Version:
Shopify’s admin product component library
19 lines (15 loc) • 734 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
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"
};
exports.default = styles;
;