UNPKG

@visa/nova-react

Version:

Visa Product Design System Nova React library. Compatible with React ^19.

10 lines (9 loc) 280 B
import type { FC, SVGProps } from 'react'; interface VisaLogoProperties extends SVGProps<SVGSVGElement> { /** aria-label */ 'aria-label'?: string; /** CSS Class Name */ className?: string; } declare const VisaLogo: FC<VisaLogoProperties>; export default VisaLogo;