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

export type CardHeaderElement = 'div';

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