UNPKG

retabler

Version:

React Component library via Tabler

8 lines (7 loc) 237 B
import React from "react"; export interface CardFooterProps { className?: string; children: React.ReactNode; } declare function CardFooter({ className, children }: CardFooterProps): JSX.Element; export default CardFooter;