UNPKG

@tonyfreed/card-core

Version:

Core components and types for Ildex card system

8 lines 295 B
import { ILink } from '../../interfaces/link.interface'; import './styles.css'; interface LinksSectionProps { links: ILink[]; } export declare const LinksSection: ({ links }: LinksSectionProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=LinksSection.d.ts.map