tdesign-react
Version:
TDesign Component for React
6 lines (5 loc) • 341 B
TypeScript
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;