welcome-ui
Version:
Customizable design system with react, typescript, tailwindcss and ariakit.
7 lines (6 loc) • 323 B
TypeScript
/**
* @name Card.Body
*/
export declare const Body: import('react').ForwardRefExoticComponent<Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
ref?: import('react').Ref<HTMLDivElement>;
}, "ref"> & import('react').RefAttributes<HTMLDivElement>>;