UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

12 lines 469 B
import React, { ComponentProps, RefObject } from "react"; import { Size } from "../ebay-button"; type HTMLAnchorProps = ComponentProps<"a">; type Props = HTMLAnchorProps & { fluid?: boolean; truncate?: boolean; size?: Size; forwardedRef?: RefObject<HTMLAnchorElement>; }; declare const _default: React.ForwardRefExoticComponent<Omit<Props, "ref"> & React.RefAttributes<React.FC<Props>>>; export default _default; //# sourceMappingURL=cta-button.d.ts.map