UNPKG

@university-ecosystem/ui-kit

Version:
10 lines (9 loc) 395 B
import React from 'react'; import { CardProps } from './interfaces'; export declare const Card: React.FC<CardProps> & { CardHeader: React.FC<import("./components").CardHeaderProps>; CardContent: React.FC<{ children: React.ReactNode | React.ReactElement<any, string | React.JSXElementConstructor<any>>; }>; CardFooter: React.FC<import("./components").CardFooterProps>; };