@chakra-ui/card
Version:
React component used to group related content
10 lines (7 loc) • 355 B
TypeScript
import * as _chakra_ui_system from '@chakra-ui/system';
import { HTMLChakraProps, SystemProps } from '@chakra-ui/system';
interface CardFooterProps extends HTMLChakraProps<"div"> {
justify?: SystemProps["justifyContent"];
}
declare const CardFooter: _chakra_ui_system.ComponentWithAs<"div", CardFooterProps>;
export { CardFooter, CardFooterProps };