@talend/react-components
Version:
Set of react components.
9 lines • 515 B
JavaScript
import InputDateTimePicker from './InputDateTimePicker';
import InputDatePicker from './InputDatePicker';
import InputDateRangePicker from './InputDateRangePicker';
import InputTimePicker from './InputTimePicker';
import InputDateTimeRangePicker from './InputDateTimeRangePicker';
import DatePicker from './Date/index';
export default InputDateTimePicker;
export { InputDatePicker, InputDateRangePicker, InputDateTimePicker, InputDateTimeRangePicker, InputTimePicker, DatePicker };
//# sourceMappingURL=index.js.map