@heroui/card
Version: 
Card is a container for text, photos, and actions in the context of a single subject.
9 lines (6 loc) • 325 B
text/typescript
import * as _heroui_system from '@heroui/system';
import { HTMLHeroUIProps } from '@heroui/system';
interface CardFooterProps extends HTMLHeroUIProps<"div"> {
}
declare const CardFooter: _heroui_system.InternalForwardRefRenderFunction<"div", CardFooterProps, never>;
export { type CardFooterProps, CardFooter as default };