UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

17 lines 653 B
import _extends from "@babel/runtime/helpers/esm/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties"; const _excluded = ["className", "ref"]; import React from 'react'; import classnames from 'classnames'; import ModalHeaderBar from '../../modal/parts/ModalHeaderBar'; export default function DialogNavigation(_ref) { let { className, ref } = _ref, props = _objectWithoutProperties(_ref, _excluded); return React.createElement(ModalHeaderBar, _extends({}, props, { className: classnames('dnb-dialog__navigation', className) })); } //# sourceMappingURL=DialogNavigation.js.map