Latest updates from IceHrmPro
This commit is contained in:
6
web/node_modules/rc-picker/es/panels/QuarterPanel/index.d.ts
generated
vendored
Normal file
6
web/node_modules/rc-picker/es/panels/QuarterPanel/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/// <reference types="react" />
|
||||
import { PanelSharedProps } from '../../interface';
|
||||
export interface QuarterPanelProps<DateType> extends PanelSharedProps<DateType> {
|
||||
}
|
||||
declare function QuarterPanel<DateType>(props: QuarterPanelProps<DateType>): JSX.Element;
|
||||
export default QuarterPanel;
|
||||
Reference in New Issue
Block a user