UNPKG

488 BTypeScriptView Raw
1import * as React from 'react';
2export interface CardFooterProps extends React.HTMLProps<HTMLDivElement> {
3 /** Content rendered inside the Card Footer */
4 children?: React.ReactNode;
5 /** Additional classes added to the Footer */
6 className?: string;
7 /** Sets the base component to render. defaults to div */
8 component?: keyof JSX.IntrinsicElements;
9}
10export declare const CardFooter: React.FunctionComponent<CardFooterProps>;
11//# sourceMappingURL=CardFooter.d.ts.map
\No newline at end of file