UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

7 lines 248 B
import { ComponentProps, FC } from "react"; type OptionProps = ComponentProps<"option"> & { optgroup?: string; }; declare const EbaySelectOption: FC<OptionProps>; export default EbaySelectOption; //# sourceMappingURL=ebay-select-option.d.ts.map