Latest updates from IceHrmPro
This commit is contained in:
9
web/node_modules/rc-tree/es/Indent.d.ts
generated
vendored
Normal file
9
web/node_modules/rc-tree/es/Indent.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as React from 'react';
|
||||
interface IndentProps {
|
||||
prefixCls: string;
|
||||
level: number;
|
||||
isStart: boolean[];
|
||||
isEnd: boolean[];
|
||||
}
|
||||
declare const Indent: React.FC<IndentProps>;
|
||||
export default Indent;
|
||||
Reference in New Issue
Block a user