UNPKG

@aliretail/react-materials-components

Version:
7 lines 255 B
import _Input from "@alifd/next/es/input"; import { withComposition } from "./hoc"; var Input = withComposition(_Input); Input.TextArea = withComposition(_Input.TextArea); Input.Group = _Input.Group; Input.Password = _Input.Password; export default Input;