UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

8 lines (7 loc) 176 B
/** * MSKCC DSM 2021, 2023 */ import DatePickerInput from './DatePickerInput'; export default DatePickerInput; export { DatePickerInput }; export * from './DatePickerInput';