UNPKG

xy-select

Version:
11 lines (10 loc) 422 B
import React from "react"; import { SelectBoxProps } from "../interface"; /** * Select选择框 * - 处理键盘事件转发 * - 处理占位符文本 */ export declare const SelectBox: React.ForwardRefExoticComponent<SelectBoxProps & React.RefAttributes<any>>; declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<SelectBoxProps & React.RefAttributes<any>>>; export default _default;