UNPKG

@atlaskit/datetime-picker

Version:

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

6 lines 145 B
/** * This component is used to hide portions of Select component. */ export var EmptyComponent = function EmptyComponent() { return null; };