@atlaskit/datetime-picker
Version:
A date time picker allows the user to select an associated date and time.
21 lines (20 loc) • 1.02 kB
JavaScript
/* indicators-container.tsx generated by @compiled/babel-plugin v3.0.2 */
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["showClearIndicator"];
import "./indicators-container.compiled.css";
import * as React from 'react';
import { ax, ix } from "@compiled/react/runtime";
import { components } from '@atlaskit/react-select/components';
var styles = {
calendarButtonInclusionStyles: "_ahbqxy5q",
calendarButtonOnlyInclusionStyles: "_ahbq1ejb"
};
// eslint-disable-next-line @repo/internal/react/require-jsdoc
var IndicatorsContainer = function IndicatorsContainer(_ref) {
var showClearIndicator = _ref.showClearIndicator,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("div", {
className: ax([showClearIndicator ? styles.calendarButtonInclusionStyles : styles.calendarButtonOnlyInclusionStyles])
}, /*#__PURE__*/React.createElement(components.IndicatorsContainer, rest));
};
export { IndicatorsContainer };