UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

8 lines (7 loc) 186 B
/** * MSKCC DSM 2021, 2023 */ import TextInput from './TextInput'; export { default as TextInputSkeleton } from './TextInput.Skeleton'; export default TextInput; export { TextInput };