UNPKG

react-flexible-datepicker

Version:
8 lines (7 loc) 245 B
import React from 'react'; import { ICardProps } from '../Card'; interface IPopoverPanelProps extends ICardProps { } export type PanelComponent = React.FC<IPopoverPanelProps>; declare const PopoverPanel: PanelComponent; export { PopoverPanel };