Latest updates from IceHrmPro
This commit is contained in:
12
web/node_modules/rc-picker/lib/panels/DatePanel/index.d.ts
generated
vendored
Normal file
12
web/node_modules/rc-picker/lib/panels/DatePanel/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/// <reference types="react" />
|
||||
import { DateBodyPassProps, DateRender } from './DateBody';
|
||||
import { PanelSharedProps } from '../../interface';
|
||||
import { KeyboardConfig } from '../../utils/uiUtil';
|
||||
export interface DatePanelProps<DateType> extends PanelSharedProps<DateType>, DateBodyPassProps<DateType> {
|
||||
active?: boolean;
|
||||
dateRender?: DateRender<DateType>;
|
||||
panelName?: string;
|
||||
keyboardConfig?: KeyboardConfig;
|
||||
}
|
||||
declare function DatePanel<DateType>(props: DatePanelProps<DateType>): JSX.Element;
|
||||
export default DatePanel;
|
||||
Reference in New Issue
Block a user