UNPKG

@atlaskit/datetime-picker

Version:

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

12 lines (11 loc) 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmptyComponent = void 0; /** * This component is used to hide portions of Select component. */ var EmptyComponent = exports.EmptyComponent = function EmptyComponent() { return null; };