UNPKG

rsuite

Version:

A suite of react components

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