mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-02 09:08:52 +08:00
7 lines
112 B
TypeScript
7 lines
112 B
TypeScript
import Input from './input'
|
|
import Textarea from '../textarea'
|
|
|
|
Input.Textarea = Textarea
|
|
|
|
export default Input
|