UNPKG

@navinc/base-react-components

Version:
10 lines (9 loc) 276 B
type AuthorCardProps = { description: string; img: string; imgAlt: string; name: string; title: string; }; export declare const AuthorCard: ({ description, img, imgAlt, name, title }: AuthorCardProps) => import("react/jsx-runtime").JSX.Element; export {};