UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

19 lines 669 B
import _extends from "@babel/runtime/helpers/esm/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties"; const _excluded = ["className"]; import React from 'react'; import classnames from 'classnames'; import Button from '../button/Button'; export default function TableSortButton(_ref) { let { className = null } = _ref, props = _objectWithoutProperties(_ref, _excluded); return React.createElement(Button, _extends({ className: classnames('dnb-table__sort-button', className), variant: "tertiary", icon: "arrow-down", wrap: true }, props)); } //# sourceMappingURL=TableSortButton.js.map