UNPKG

@axeptio/design-system

Version:
21 lines (19 loc) 314 B
export default Cards; declare function Cards({ image, title, titleAs, description, link, textLink, iconLink }: { image: string; title: string; titleAs: string; description: string; link?: string; textLink: string; iconLink: string; }): JSX.Element; //# sourceMappingURL=index.d.ts.map