Files
icehrm/web/node_modules/rc-picker/es/panels/WeekPanel/index.d.ts
2020-05-20 18:47:29 +02:00

6 lines
269 B
TypeScript

/// <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;