UNPKG

@atlaskit/datetime-picker

Version:

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

9 lines (8 loc) 278 B
/** * @jsxRuntime classic * @jsx jsx */ import type { IndicatorsContainerProps } from '@atlaskit/select/types'; export declare const IndicatorsContainer: ({ showClearIndicator, ...rest }: IndicatorsContainerProps<any> & { showClearIndicator?: boolean; }) => JSX.Element;