UNPKG

flexible-calendar-ui

Version:

Customizable React calendar components with monthly and yearly views

5 lines (4 loc) 154 B
import React from 'react'; import { ViewToggleProps } from './types'; declare const ViewToggle: React.FC<ViewToggleProps>; export default ViewToggle;