UNPKG

asafarim-navlinks

Version:

A versatile React navigation component with unlimited multi-level dropdowns, four alignment options, mobile responsiveness, and customizable styling. Perfect for modern web applications.

9 lines 202 B
export type SvgLinkType = { src: string; alt: string; caption?: string; width?: number; height?: number; style?: React.CSSProperties; }; //# sourceMappingURL=SvgLinkType.d.ts.map