UNPKG

@aliretail/react-materials-components

Version:
4 lines (3 loc) 276 B
/// <reference types="react" /> import NextInput, { InputProps as NextInputProps, TextAreaProps, TextArea } from '@alifd/next/types/input'; export declare const withComposition: (InputComponent: NextInput | TextArea) => (props: NextInputProps | TextAreaProps) => JSX.Element;