UNPKG

@trussworks/react-uswds

Version:
7 lines (6 loc) 260 B
import { JSX } from 'react'; export type CardFooterProps = JSX.IntrinsicElements['div'] & { exdent?: boolean; }; export declare const CardFooter: ({ exdent, children, className, ...footerProps }: CardFooterProps) => JSX.Element; export default CardFooter;