UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 230 B
import { ComponentProps } from '../internals/utils'; export type CardHeaderProps = ComponentProps; declare const CardHeader: import("../internals/types").RsRefForwardingComponent<"div", ComponentProps>; export default CardHeader;