UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

7 lines (6 loc) 254 B
import React from 'react'; import { OptionProps } from './interface'; declare const OptionComponent: React.ForwardRefExoticComponent<OptionProps & React.RefAttributes<unknown>> & { __ARCO_SELECT_OPTION__?: boolean; }; export default OptionComponent;