UNPKG

@atlaskit/datetime-picker

Version:

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

10 lines (9 loc) 256 B
/** * @jsxRuntime classic * @jsx jsx */ import type { MenuProps } from '@atlaskit/select/types'; /** * This is the menu used in the select of the date picker. */ export declare const Menu: ({ selectProps, innerProps }: MenuProps<any>) => JSX.Element;