Latest updates from IceHrmPro
This commit is contained in:
+6
@@ -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