UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

5 lines 212 B
import { FC } from "react"; import type { EbayNumberInputProps } from "./types"; declare const EbayNumberInput: FC<EbayNumberInputProps>; export default EbayNumberInput; //# sourceMappingURL=number-input.d.ts.map