UNPKG

rsuite

Version:

A suite of react components

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