@chakra-ui/card
Version:
React component used to group related content
9 lines (6 loc) • 297 B
TypeScript
import * as _chakra_ui_system from '@chakra-ui/system';
import { HTMLChakraProps } from '@chakra-ui/system';
interface CardHeaderProps extends HTMLChakraProps<"div"> {
}
declare const CardHeader: _chakra_ui_system.ComponentWithAs<"div", CardHeaderProps>;
export { CardHeader, CardHeaderProps };