UNPKG

rsuite

Version:

A suite of react components

7 lines 187 B
'use client'; import { createComponent } from "../internals/utils/index.js"; const CardFooter = createComponent({ name: 'CardFooter', componentAs: 'div' }); export default CardFooter;