Latest updates from IceHrmPro
This commit is contained in:
5
web/node_modules/rc-picker/es/panels/WeekPanel/index.d.ts
generated
vendored
Normal file
5
web/node_modules/rc-picker/es/panels/WeekPanel/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
/// <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;
|
||||
Reference in New Issue
Block a user