UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

5 lines (4 loc) 224 B
import React from 'react'; import type { TextInputProps } from './TextInput.types'; declare const TextInput: React.ForwardRefExoticComponent<TextInputProps & React.RefAttributes<HTMLInputElement>>; export default TextInput;