stargaze-studio/components/Input.tsx
2022-07-13 16:56:36 +03:00

5 lines
138 B
TypeScript

import { StyledInput } from './forms/StyledInput'
/** @deprecated - replace with {@link StyledInput} */
export const Input = StyledInput