UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 276 B
import { ComponentProps } from '../internals/utils'; export type CardFooterProps = ComponentProps; declare const CardFooter: import("../internals/types").InternalRefForwardingComponent<"div", Partial<ComponentProps>, never> & Record<string, never>; export default CardFooter;