UNPKG

tdesign-react

Version:
6 lines (5 loc) 341 B
import './style/index.js'; export type { SelectInputProps } from './SelectInput'; export * from './type'; export declare const SelectInput: import("react").ForwardRefExoticComponent<import("./SelectInput").SelectInputProps & import("react").RefAttributes<Partial<import("..").PopupRef & import("..").InputRef>>>; export default SelectInput;