import { jsx as _jsx } from "react/jsx-runtime"; import React from 'react'; import './index.scss'; const baseClass = 'sticky-toolbar'; /** * @internal */ export const StickyToolbar = ({ children }) => /*#__PURE__*/_jsx("div", { className: baseClass, children: children }); //# sourceMappingURL=index.js.map