UNPKG

@alicloud/console-components

Version:

Alibaba Cloud React Components

7 lines (6 loc) 1.27 kB
import Select from './rc-mod'; export default Select; export declare const SelectAutoComplete: import("./types").TSelectAutoCompleteComponent; export declare const SelectOption: typeof import("@alifd/next/types/select").Option; export declare const SelectOptionGroup: typeof import("@alifd/next/types/select").OptionGroup; export type { TSelectChangeSource as SelectChangeSource, TSelectSearchClearSource as SelectSearchClearSource, TSelectVisibleChangeSource as SelectVisibleChangeSource, ISelectOnToggleHighlightItem as SelectOnToggleHighlightItem, ISelectOnChange as SelectOnChange, ISelectOnChangeMulti as SelectOnChangeMulti, ISelectPropsSingle as SelectPropsSingle, ISelectPropsMulti as SelectPropsMulti, TSelectProps as SelectProps, ISelectAutoCompleteProps as SelectAutoCompleteProps, ISelectOptionProps as SelectOptionProps, ISelectOptionGroupProps as SelectOptionGroupProps, TSelectComponent as SelectComponent, TSelectAutoCompleteComponent as SelectAutoCompleteComponent, TSelectOptionComponent as SelectOptionComponent, TSelectOptionGroupComponent as SelectOptionGroupComponent, TSelectRef as SelectRef, TSelectAutoCompleteRef as SelectAutoCompleteRef, TSelectOptionRef as SelectOptionRef, TSelectOptionGroupRef as SelectOptionGroupRef } from './types';