stargaze-studio/components/Input.tsx

5 lines
138 B
TypeScript
Raw Normal View History

2022-07-13 13:56:36 +00:00
import { StyledInput } from './forms/StyledInput'
/** @deprecated - replace with {@link StyledInput} */
export const Input = StyledInput