UNPKG

@atlaskit/datetime-picker

Version:

A date time picker allows the user to select an associated date and time.

17 lines (16 loc) 758 B
/* indicators-container.tsx generated by @compiled/babel-plugin v3.0.2 */ import "./indicators-container.compiled.css"; import * as React from 'react'; import { ax, ix } from "@compiled/react/runtime"; import { components } from '@atlaskit/react-select/components'; const styles = { calendarButtonInclusionStyles: "_ahbqxy5q", calendarButtonOnlyInclusionStyles: "_ahbq1ejb" }; // eslint-disable-next-line @repo/internal/react/require-jsdoc export const IndicatorsContainer = ({ showClearIndicator, ...rest }) => /*#__PURE__*/React.createElement("div", { className: ax([showClearIndicator ? styles.calendarButtonInclusionStyles : styles.calendarButtonOnlyInclusionStyles]) }, /*#__PURE__*/React.createElement(components.IndicatorsContainer, rest));