5 lines
138 B
TypeScript
5 lines
138 B
TypeScript
|
import { StyledInput } from './forms/StyledInput'
|
||
|
|
||
|
/** @deprecated - replace with {@link StyledInput} */
|
||
|
export const Input = StyledInput
|