UNPKG

@helpscout/hsds-react

Version:

React component library for Help Scout's Design System

16 lines (11 loc) 526 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); exports.__esModule = true; exports.default = void 0; var _Scrollable = _interopRequireDefault(require("./Scrollable")); // Deprecated in favour of ScrollableContainer /* istanbul ignore file */ // Because this component deals with dom manipulation and events, // we test from the unwrapped component and not from here (enzyme limitations not worth the time) var _default = _Scrollable.default; exports.default = _default;