UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

5 lines (4 loc) 121 B
export interface CalendarProps { day: number; } export default function Calendar(props: CalendarProps): JSX.Element;