6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
import OutlinedInput, { OutlinedInputProps } from './OutlinedInput';
|
|
|
|
export type { OutlinedInputProps };
|
|
|
|
export default OutlinedInput;
|