import type { CSS } from '@project44-manifest/react-styles';

export type CardBodyElement = 'div';

export interface CardBodyProps {
  /**
   * Theme aware style object
   */
  css?: CSS;
}
