import * as React from 'react'; export interface MiniCalendarProps extends React.HTMLAttributes { /** * The class name applied to the root element. */ className?: string; }