Latest updates from IceHrmPro
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
export interface ContentProps {
|
||||
prefixCls?: string;
|
||||
overlay: (() => React.ReactNode) | React.ReactNode;
|
||||
id: string;
|
||||
}
|
||||
declare const Content: (props: ContentProps) => JSX.Element;
|
||||
export default Content;
|
||||
Reference in New Issue
Block a user