UNPKG

rsuite

Version:

A suite of react components

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