mirror of
https://github.com/zhigang1992/react.git
synced 2026-01-29 22:51:54 +08:00
9 lines
182 B
TypeScript
9 lines
182 B
TypeScript
import Input from './input'
|
|
import Textarea from '../textarea'
|
|
import InputPassword from './password'
|
|
|
|
Input.Textarea = Textarea
|
|
Input.Password = InputPassword
|
|
|
|
export default Input
|