UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

8 lines (6 loc) 205 B
/** * MSKCC 2021, 2024 */ import TextInput from './TextInput.js'; export { default as TextInput, default } from './TextInput.js'; export { default as TextInputSkeleton } from './TextInput.Skeleton.js';