UNPKG

xlibs-components

Version:

Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications

9 lines 359 B
import * as React from "react"; interface BrandLogoProps extends React.HTMLAttributes<HTMLAnchorElement> { companyName?: string; icon?: React.ReactNode; href?: string; } declare const BrandLogo: React.ForwardRefExoticComponent<BrandLogoProps & React.RefAttributes<HTMLAnchorElement>>; export { BrandLogo }; //# sourceMappingURL=brand-logo.d.ts.map