UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

9 lines (8 loc) 467 B
import { ComponentType } from 'react'; import { InputMsg } from '../BaseTextField/BaseTextField.styled'; declare const BaseTextInput: ComponentType<any>; declare const FileInputLabel: ComponentType<any>; declare const LeftIconContainer: ComponentType<any>; declare const RightIconContainer: ComponentType<any>; declare const ButtonWrapper: ComponentType<any>; export { BaseTextInput, FileInputLabel, InputMsg, LeftIconContainer, RightIconContainer, ButtonWrapper, };