UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

19 lines 739 B
import _extends from "@babel/runtime/helpers/esm/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties"; const _excluded = ["className", "children"]; import React from 'react'; import classnames from 'classnames'; import ScrollView from '../../fragments/scroll-view/ScrollView'; export default function TableScrollView(props) { const { className, children } = props, rest = _objectWithoutProperties(props, _excluded); return React.createElement(ScrollView, _extends({ className: classnames('dnb-table__scroll-view', className), interactive: "auto" }, rest), children); } TableScrollView._supportsSpacingProps = true; //# sourceMappingURL=TableScrollView.js.map