UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

5 lines 194 B
import { ComponentProps, FC } from "react"; type Props = ComponentProps<"span">; declare const EbayButtonText: FC<Props>; export default EbayButtonText; //# sourceMappingURL=button-text.d.ts.map