UNPKG

tdesign-react

Version:
10 lines (9 loc) 644 B
import './style/index.js'; export type { InputProps, InputRef } from './Input'; export type { InputGroupProps } from './InputGroup'; export * from './type'; export declare const Input: import("react").FunctionComponent<import("./Input").InputProps & import("react").RefAttributes<import("./Input").InputRef>> & { Group: import("react").ForwardRefExoticComponent<import("./InputGroup").InputGroupProps & import("react").RefAttributes<HTMLDivElement>>; }; export declare const InputGroup: import("react").ForwardRefExoticComponent<import("./InputGroup").InputGroupProps & import("react").RefAttributes<HTMLDivElement>>; export default Input;