UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 236 B
import { RsRefForwardingComponent, WithAsProps } from '../@types/common'; export declare type CalendarBodyProps = WithAsProps; declare const CalendarBody: RsRefForwardingComponent<'div', CalendarBodyProps>; export default CalendarBody;