UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

5 lines 230 B
import { ComponentProps, FC } from "react"; export type EbayVideoSourceProps = ComponentProps<"source">; declare const EbayVideoSource: FC<EbayVideoSourceProps>; export default EbayVideoSource; //# sourceMappingURL=source.d.ts.map