UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

8 lines (7 loc) 285 B
import React, { PropsWithChildren } from 'react'; import { CalendarProps } from './types'; declare function Calendar(props: PropsWithChildren<CalendarProps>): React.JSX.Element; declare namespace Calendar { var Agenda: typeof import("./Agenda").default; } export default Calendar;