UNPKG

welcome-ui

Version:

Customizable design system with react, typescript, tailwindcss and ariakit.

6 lines (5 loc) 206 B
import { BodyProps } from './types'; /** * @name Card.Body */ export declare const Body: import('react').ForwardRefExoticComponent<Omit<BodyProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;