UNPKG

@jnoodle/rc-picker

Version:
6 lines (5 loc) 269 B
/// <reference types="react" /> import { PanelSharedProps } from '../../interface'; export declare type WeekPanelProps<DateType> = PanelSharedProps<DateType>; declare function WeekPanel<DateType>(props: WeekPanelProps<DateType>): JSX.Element; export default WeekPanel;