Latest updates from IceHrmPro
This commit is contained in:
7
web/node_modules/rc-table/es/Panel/index.d.ts
generated
vendored
Normal file
7
web/node_modules/rc-table/es/Panel/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as React from 'react';
|
||||
export interface TitleProps {
|
||||
className: string;
|
||||
children: React.ReactNode;
|
||||
}
|
||||
declare function Panel({ className, children }: TitleProps): JSX.Element;
|
||||
export default Panel;
|
||||
Reference in New Issue
Block a user