@atlaskit/datetime-picker
Version:
A date time picker allows the user to select an associated date and time.
6 lines (5 loc) • 483 B
TypeScript
import type { MenuProps, OptionType } from '@atlaskit/select/types';
/**
* This is the fixed layer menu used in the time picker.
*/
export declare const FixedLayerMenu: ({ className, clearValue, cx, getStyles, getValue, hasValue, innerProps, innerRef, isLoading, isMulti, isRtl, maxMenuHeight, menuPlacement, menuPosition, menuShouldScrollIntoView, minMenuHeight, options, placement, selectOption, selectProps, setValue, children, ...rest }: MenuProps<OptionType>) => JSX.Element;